Remove trailing comma

Closure compiler chokes on it.
This commit is contained in:
Carlo Alberto Ferraris 2012-04-09 10:28:09 +03:00
parent c2ac3cc158
commit 9e79231198

View file

@ -108,7 +108,7 @@ var TextItem = this.TextItem = Item.extend(/** @lends TextItem# */{
setCharacterStyle: function(style) {
this.setStyle(style);
},
}
/**
* The paragraph style of the text item.