mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -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;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -17,4 +17,4 @@ var Gradient = Base.extend({
|
||||||
getStops: function() {
|
getStops: function() {
|
||||||
return this._stops;
|
return this._stops;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -58,4 +58,4 @@ var GradientColor = Color.extend({
|
||||||
}
|
}
|
||||||
return gradient;
|
return gradient;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -22,4 +22,4 @@ var GradientStop = Base.extend({
|
||||||
setColor: function() {
|
setColor: function() {
|
||||||
this._color = Color.read(arguments);
|
this._color = Color.read(arguments);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -87,4 +87,4 @@ var GrayColor = Color.extend({
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
return fields;
|
return fields;
|
||||||
});
|
});
|
||||||
|
|
|
@ -94,4 +94,4 @@ var DocumentView = Base.extend({
|
||||||
bounds.width = xMax - xMin;
|
bounds.width = xMax - xMin;
|
||||||
bounds.height = yMax - yMin;
|
bounds.height = yMax - yMin;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -19,4 +19,4 @@ var Symbol = Base.extend({
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
// remove()
|
// remove()
|
||||||
});
|
});
|
||||||
|
|
|
@ -190,4 +190,4 @@ BlendMode = {
|
||||||
}
|
}
|
||||||
destContext.putImageData(dstD, offset.x, offset.y);
|
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 }));
|
}, { beans: true }));
|
||||||
|
|
||||||
return fields;
|
return fields;
|
||||||
});
|
});
|
||||||
|
|
|
@ -69,4 +69,4 @@ var PlacedSymbol = Item.extend({
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
// embed()
|
// embed()
|
||||||
});
|
});
|
||||||
|
|
|
@ -270,4 +270,4 @@ var Raster = Item.extend({
|
||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -81,4 +81,4 @@ var Tool = ToolHandler.extend(new function() {
|
||||||
return this._document;
|
return this._document;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue