Skip to content

Commit

Permalink
try to make github outdated detection happy
Browse files Browse the repository at this point in the history
  • Loading branch information
machenmusik committed Dec 31, 2016
1 parent 7b61a8e commit 0186395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bmfont-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports.Component = registerComponent('bmfont-text', {
},

coerceData: function (data) {
// We have to coerce some data to numbers/booleans
// We have to coerce some data to numbers/booleans,
// as they will be passed directly into text creation and update
data = assign({}, data);
if (data.lineHeight !== undefined) {
Expand Down

0 comments on commit 0186395

Please sign in to comment.