Ejemplo n.º 1
0
    init: function() {
        LayoutDefinitions.init();
        AppContext.init(AppRoot, $("#root")[0]);
        this.attachEvents();
        this.renderApp();

        testAtom();
        testActions();
    },
Ejemplo n.º 2
0
    init: function() {
        LayoutDefinitions.init();
        AppContext.init(AppRoot, $("#root")[0]);
        this.attachEvents();
        this.renderApp();

        ChartActions.updateTicker("spy");

        //testAtom();
        //testActions();
    },