mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Remove trailing comma
Closure compiler chokes on it.
This commit is contained in:
parent
c2ac3cc158
commit
9e79231198
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue