Item: remove trailing comma.

This commit is contained in:
Jonathan Puckey 2011-06-19 01:40:34 +02:00
parent eecebdb831
commit c5f3e98abb

View file

@ -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