UNPKG

@extjs/sencha-cmd-linux-32

Version:

Productivity and performance optimization tool for building applications with Sencha Ext JS and Sencha Touch.

8 lines (7 loc) 288 B
function init(context) { var toolkit = context.get("toolkit"); context.put("universal", toolkit == ''); context.put("classic", toolkit == 'classic'); context.put("modern", toolkit == 'modern'); context.put("fwIs60", /^6\.0.*/.test(context.get("frameworkVer"))); }