mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-25 13:19:09 -04: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…
Add table
Add a link
Reference in a new issue