This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go.app = function() { | |
var vumigo = require('vumigo_v02'); | |
var App = vumigo.App; | |
var EndState = vumigo.states.EndState; | |
var GoApp = App.extend(function(self) { | |
App.call(self, 'states:start'); | |
self.get_big_config = function() { | |
// if you have a big config you only want to load for certain |