mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Item: remove trailing comma.
This commit is contained in:
parent
eecebdb831
commit
c5f3e98abb
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ var Item = this.Item = Base.extend({
|
|||
|
||||
setStyle: function(style) {
|
||||
this._style.initialize(style);
|
||||
},
|
||||
}
|
||||
|
||||
}, new function() { // Injection scope to produce getter setters for properties
|
||||
// We need setters because we want to call _changed() if a property was
|
||||
|
|
Loading…
Reference in a new issue