Sha256: 4d578fa34cf4310a11c4b996ea1c890ccad51efb38ee5b5f3c51bf748e34b9b6

Contents?: true

Size: 623 Bytes

Versions: 2

Compression:

Stored size: 623 Bytes

Contents

// ==========================================================================
// JsDoc
// ==========================================================================

JsDoc = 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: ['JsDoc'] }),
  
  // 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_jsdoc/core.js
sproutit-sproutcore-1.0.0.20090416161445 frameworks/sproutcore/apps/sc_jsdoc/core.js