You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createSVGFontFacesMarkup uses a variable named "char", that's a reserved keyword and yui compressor in sencha touch doesn't allow to compress the app source.
Hello,
createSVGFontFacesMarkup uses a variable named "char", that's a reserved keyword and yui compressor in sencha touch doesn't allow to compress the app source.
var markup = '', fontList = { }, obj, fontFamily, style, row, rowIndex, char, charIndex, fontPaths = fabric.fontPaths;
The variable name should be changed to something that's not reserved.
http://www.w3schools.com/js/js_reserved.asp
Thanx
The text was updated successfully, but these errors were encountered: