extjs workflow by el_chief January 28, 2012 JavaScript "use strict"; Ext.application({ launch: function() { console.log('ok'); } });