mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Minor clean ups.
This commit is contained in:
parent
a9fbc41e15
commit
d12608c708
1 changed files with 5 additions and 5 deletions
|
@ -63,8 +63,8 @@ var Item = this.Item = Base.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name of the item.
|
* The name of the item.
|
||||||
*/
|
*/
|
||||||
getName: function() {
|
getName: function() {
|
||||||
return this._name;
|
return this._name;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue