Sha256: 60d036c092c60dc11847c74e799fa9415fc357cd375610040aed71c6ab33bce9
Contents?: true
Size: 193 Bytes
Versions: 2
Compression:
Stored size: 193 Bytes
Contents
window.app = {} @app = window.app @app._routers = [] @app.routes = {} @app.activeView = null @app.registerRouter = ( router ) -> this._routers.push router Backbone.old_sync = Backbone.sync
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
iugu-ux-0.8.8 | vendor/assets/javascripts/web-app/environment.js.coffee |
iugu-ux-0.8.7 | vendor/assets/javascripts/web-app/environment.js.coffee |