diff --git a/src/basic/Matrix.js b/src/basic/Matrix.js index 32a81f4f..958cf144 100644 --- a/src/basic/Matrix.js +++ b/src/basic/Matrix.js @@ -517,4 +517,3 @@ var Matrix = Base.extend({ } } }); - diff --git a/src/color/Color.js b/src/color/Color.js index 68e9ac9b..dde90634 100644 --- a/src/color/Color.js +++ b/src/color/Color.js @@ -44,4 +44,4 @@ var Color = Base.extend({ return null; } } -}); \ No newline at end of file +}); diff --git a/src/color/Gradient.js b/src/color/Gradient.js index 74f2f15e..199eb8ac 100644 --- a/src/color/Gradient.js +++ b/src/color/Gradient.js @@ -17,4 +17,4 @@ var Gradient = Base.extend({ getStops: function() { return this._stops; } -}); \ No newline at end of file +}); diff --git a/src/color/GradientColor.js b/src/color/GradientColor.js index 2a4df4b8..279fc105 100644 --- a/src/color/GradientColor.js +++ b/src/color/GradientColor.js @@ -58,4 +58,4 @@ var GradientColor = Color.extend({ } return gradient; } -}); \ No newline at end of file +}); diff --git a/src/color/GradientStop.js b/src/color/GradientStop.js index 39dea00e..ccaf887a 100644 --- a/src/color/GradientStop.js +++ b/src/color/GradientStop.js @@ -22,4 +22,4 @@ var GradientStop = Base.extend({ setColor: function() { this._color = Color.read(arguments); } -}); \ No newline at end of file +}); diff --git a/src/color/GrayColor.js b/src/color/GrayColor.js index 015ec1be..5ff7abf1 100644 --- a/src/color/GrayColor.js +++ b/src/color/GrayColor.js @@ -87,4 +87,4 @@ var GrayColor = Color.extend({ }; }); return fields; -}); \ No newline at end of file +}); diff --git a/src/document/DocumentView.js b/src/document/DocumentView.js index fae43744..40dfcaee 100644 --- a/src/document/DocumentView.js +++ b/src/document/DocumentView.js @@ -94,4 +94,4 @@ var DocumentView = Base.extend({ bounds.width = xMax - xMin; bounds.height = yMax - yMin; } -}); \ No newline at end of file +}); diff --git a/src/document/Symbol.js b/src/document/Symbol.js index 80330bb2..bfacf58c 100644 --- a/src/document/Symbol.js +++ b/src/document/Symbol.js @@ -19,4 +19,4 @@ var Symbol = Base.extend({ // TODO: // remove() -}); \ No newline at end of file +}); diff --git a/src/item/BlendMode.js b/src/item/BlendMode.js index 336f39e9..a4bc1e18 100644 --- a/src/item/BlendMode.js +++ b/src/item/BlendMode.js @@ -190,4 +190,4 @@ BlendMode = { } destContext.putImageData(dstD, offset.x, offset.y); } -}; \ No newline at end of file +}; diff --git a/src/item/Item.js b/src/item/Item.js index 3b408927..6972ba00 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -786,4 +786,4 @@ var Item = Base.extend({ } } } -}); \ No newline at end of file +}); diff --git a/src/item/PathStyle.js b/src/item/PathStyle.js index 7b578a1c..e865a26e 100644 --- a/src/item/PathStyle.js +++ b/src/item/PathStyle.js @@ -60,4 +60,4 @@ var PathStyle = Base.extend(new function() { }, { beans: true })); return fields; -}); \ No newline at end of file +}); diff --git a/src/item/PlacedSymbol.js b/src/item/PlacedSymbol.js index 24da5078..020828f3 100644 --- a/src/item/PlacedSymbol.js +++ b/src/item/PlacedSymbol.js @@ -69,4 +69,4 @@ var PlacedSymbol = Item.extend({ // TODO: // embed() -}); \ No newline at end of file +}); diff --git a/src/item/Raster.js b/src/item/Raster.js index ba6a85f6..70ab33df 100644 --- a/src/item/Raster.js +++ b/src/item/Raster.js @@ -270,4 +270,4 @@ var Raster = Item.extend({ return color; } } -}); \ No newline at end of file +}); diff --git a/src/tool/Tool.js b/src/tool/Tool.js index 0e1cb22b..cb396085 100644 --- a/src/tool/Tool.js +++ b/src/tool/Tool.js @@ -81,4 +81,4 @@ var Tool = ToolHandler.extend(new function() { return this._document; } }; -}); \ No newline at end of file +});