mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Remove unused code that seems to stem from PointText.
This commit is contained in:
parent
4be0e55dc5
commit
e5198fea40
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ var TextItem = this.TextItem = Item.extend({
|
|||
|
||||
initialize: function() {
|
||||
this.base();
|
||||
point = Point.read(arguments, 0, 1);
|
||||
this.content = null;
|
||||
this.setCharacterStyle(this._project.getCurrentStyle());
|
||||
this.setParagraphStyle();
|
||||
|
|
Loading…
Reference in a new issue