Minor clean ups.

This commit is contained in:
Jürg Lehni 2011-05-15 18:53:09 +01:00
parent a9fbc41e15
commit d12608c708

View file

@ -63,8 +63,8 @@ var Item = this.Item = Base.extend({
},
/**
* The name of the item.
*/
* The name of the item.
*/
getName: function() {
return this._name;
},