Sha256: 056d0b5ab75bcc3c332be0b260fb1a5692a0fcf5e624ad8af63d3df118ac1897
Contents?: true
Size: 623 Bytes
Versions: 2
Compression:
Stored size: 623 Bytes
Contents
// ========================================================================== // QUnit // ========================================================================== QUnit = 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: ['QUnit'] }), // 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: [] });
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sproutit-sproutcore-1.0.0.20090408130025 | frameworks/sproutcore/apps/sc_qunit/core.js |
sproutit-sproutcore-1.0.0.20090416161445 | frameworks/sproutcore/apps/sc_qunit/core.js |