mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Make sure all files end on empty line.
This commit is contained in:
parent
dc75e14c59
commit
5ed30d7089
14 changed files with 13 additions and 14 deletions
|
@ -517,4 +517,3 @@ var Matrix = Base.extend({
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -44,4 +44,4 @@ var Color = Base.extend({
|
|||
return null;
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -17,4 +17,4 @@ var Gradient = Base.extend({
|
|||
getStops: function() {
|
||||
return this._stops;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -58,4 +58,4 @@ var GradientColor = Color.extend({
|
|||
}
|
||||
return gradient;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -22,4 +22,4 @@ var GradientStop = Base.extend({
|
|||
setColor: function() {
|
||||
this._color = Color.read(arguments);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -87,4 +87,4 @@ var GrayColor = Color.extend({
|
|||
};
|
||||
});
|
||||
return fields;
|
||||
});
|
||||
});
|
||||
|
|
|
@ -94,4 +94,4 @@ var DocumentView = Base.extend({
|
|||
bounds.width = xMax - xMin;
|
||||
bounds.height = yMax - yMin;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -19,4 +19,4 @@ var Symbol = Base.extend({
|
|||
|
||||
// TODO:
|
||||
// remove()
|
||||
});
|
||||
});
|
||||
|
|
|
@ -190,4 +190,4 @@ BlendMode = {
|
|||
}
|
||||
destContext.putImageData(dstD, offset.x, offset.y);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
@ -786,4 +786,4 @@ var Item = Base.extend({
|
|||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -60,4 +60,4 @@ var PathStyle = Base.extend(new function() {
|
|||
}, { beans: true }));
|
||||
|
||||
return fields;
|
||||
});
|
||||
});
|
||||
|
|
|
@ -69,4 +69,4 @@ var PlacedSymbol = Item.extend({
|
|||
|
||||
// TODO:
|
||||
// embed()
|
||||
});
|
||||
});
|
||||
|
|
|
@ -270,4 +270,4 @@ var Raster = Item.extend({
|
|||
return color;
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -81,4 +81,4 @@ var Tool = ToolHandler.extend(new function() {
|
|||
return this._document;
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue