Sha256: 4155a73cf7ca30ff1fce5f18adfd1100977483f564794f0caa168faaa941c82a
Contents?: true
Size: 214 Bytes
Versions: 35
Compression:
Stored size: 214 Bytes
Contents
window.app = {} @app = window.app @app._routers = [] @app.routes = {} @app.activeView = null @app._features = {} @app.registerRouter = ( router ) -> this._routers.push router Backbone.old_sync = Backbone.sync
Version data entries
35 entries across 35 versions & 1 rubygems