Sha256: 6ade956a5ca8f98e62f367e7bf808435a286474ca23885e3b810c53a7bbaa6f2

Contents?: true

Size: 672 Bytes

Versions: 3

Compression:

Stored size: 672 Bytes

Contents

// ==========================================================================
// <%= class_name %> Framework
// ==========================================================================

<%= class_name %> = SC.Object.create({
  
  // 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.
  //
  // You will use this most often when running unit tests in dev mode.
  //
  FIXTURES: [],
  
  // Add any global constants or other properties used by the entire
  // framework:
  // CONSTANT_NAME:  'some-value'


}) ;

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sproutcore-0.9.1 generators/framework/templates/core.js
sproutcore-0.9.0 generators/framework/templates/core.js
sproutcore-0.9.2 generators/framework/templates/core.js