Skip to content

Commit

Permalink
Merge pull request #89 from CAFxX/patch-1
Browse files Browse the repository at this point in the history
Remove trailing comma
  • Loading branch information
puckey committed Apr 9, 2012
2 parents 550f85c + c6ef58e commit d6b7c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text/TextItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d6b7c10

Please sign in to comment.