Sha256: 2830f72c056f039bdcbaa40ee86ea7591771160eaa1d70c44d5ee6561ce2d3dc
Contents?: true
Size: 733 Bytes
Versions: 1
Compression:
Stored size: 733 Bytes
Contents
// ========================================================================== // ViewBuilder // ========================================================================== ViewBuilder = 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: ['ViewBuilder'] }), // 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sproutcore-0.9.2 | clients/view_builder/core.js |