From aa043428c0e38d715fba8f6e14cae60294900b06 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Mon, 11 Apr 2011 19:33:34 +0200 Subject: [PATCH] CurveLocation: add empty line to end of file. --- src/path/CurveLocation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path/CurveLocation.js b/src/path/CurveLocation.js index a3d892ac..9507cd88 100644 --- a/src/path/CurveLocation.js +++ b/src/path/CurveLocation.js @@ -126,4 +126,4 @@ CurveLocation = Base.extend({ string[0] = '{'; return string + ' }'; } -}); \ No newline at end of file +});