Sha256: 1460d49299e49b40a165b956baf95db84e37f8b181d5ba710f02c9357dfe9578
Contents?: true
Size: 712 Bytes
Versions: 3
Compression:
Stored size: 712 Bytes
Contents
// ========================================================================== // Docs // ========================================================================== Docs = SC.Object.create({ // This will create the server for your application. Add any namespaces // your model objects are defined in to the prefix array. server: SC.Server.create({ prefix: ['Docs'] }), // When you are in development mode, this array will be populated with // any fixtures you create for testing and loaded automatically in your // main method. When in production, this will be an empty array. FIXTURES: [], // Any keys in this array will be instantiated automatically from main. controllers: [], }) ;
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sproutcore-0.9.0 | clients/sc_docs/core.js |
sproutcore-0.9.1 | clients/sc_docs/core.js |
sproutcore-0.9.2 | clients/sc_docs/core.js |