need to figure out how to get phpstorm to auto format these mistakes

This commit is contained in:
inssein 2015-06-03 17:07:42 -07:00
parent 4987b55ed6
commit 4843a61a84

View file

@ -113,7 +113,8 @@
ctx.save();
width += this._applyCharStylesGetWidth(ctx, text[i], lineIndex, i, decl);
ctx.restore();
} else {
}
else {
width += this._applyCharStylesGetWidth(ctx, text[i], lineIndex, i);
}
}