Make sure all files end on empty line.

This commit is contained in:
Jürg Lehni 2011-03-03 16:32:55 +00:00
parent dc75e14c59
commit 5ed30d7089
14 changed files with 13 additions and 14 deletions

View file

@ -517,4 +517,3 @@ var Matrix = Base.extend({
} }
} }
}); });

View file

@ -44,4 +44,4 @@ var Color = Base.extend({
return null; return null;
} }
} }
}); });

View file

@ -17,4 +17,4 @@ var Gradient = Base.extend({
getStops: function() { getStops: function() {
return this._stops; return this._stops;
} }
}); });

View file

@ -58,4 +58,4 @@ var GradientColor = Color.extend({
} }
return gradient; return gradient;
} }
}); });

View file

@ -22,4 +22,4 @@ var GradientStop = Base.extend({
setColor: function() { setColor: function() {
this._color = Color.read(arguments); this._color = Color.read(arguments);
} }
}); });

View file

@ -87,4 +87,4 @@ var GrayColor = Color.extend({
}; };
}); });
return fields; return fields;
}); });

View file

@ -94,4 +94,4 @@ var DocumentView = Base.extend({
bounds.width = xMax - xMin; bounds.width = xMax - xMin;
bounds.height = yMax - yMin; bounds.height = yMax - yMin;
} }
}); });

View file

@ -19,4 +19,4 @@ var Symbol = Base.extend({
// TODO: // TODO:
// remove() // remove()
}); });

View file

@ -190,4 +190,4 @@ BlendMode = {
} }
destContext.putImageData(dstD, offset.x, offset.y); destContext.putImageData(dstD, offset.x, offset.y);
} }
}; };

View file

@ -786,4 +786,4 @@ var Item = Base.extend({
} }
} }
} }
}); });

View file

@ -60,4 +60,4 @@ var PathStyle = Base.extend(new function() {
}, { beans: true })); }, { beans: true }));
return fields; return fields;
}); });

View file

@ -69,4 +69,4 @@ var PlacedSymbol = Item.extend({
// TODO: // TODO:
// embed() // embed()
}); });

View file

@ -270,4 +270,4 @@ var Raster = Item.extend({
return color; return color;
} }
} }
}); });

View file

@ -81,4 +81,4 @@ var Tool = ToolHandler.extend(new function() {
return this._document; return this._document;
} }
}; };
}); });