extjs workflow

by el_chief

JavaScript

"use strict";

Ext.application({
    launch: function() {

        console.log('ok');
    }
});