Sha256: 7735bea0c0af9bcf6ff38305412c4c51908c84ac2e3badc23b404f748c53301c

Contents?: true

Size: 858 Bytes

Versions: 43

Compression:

Stored size: 858 Bytes

Contents

// ==========================================================================
// Project:   ChanceTest
// Copyright: ©2011 My Company, Inc.
// ==========================================================================
/*globals ChanceTest */

/** @namespace

  My cool new app.  Describe your application.
  
  @extends SC.Object
*/
ChanceTest = SC.Application.create(
  /** @scope ChanceTest.prototype */ {

  NAMESPACE: 'ChanceTest',
  VERSION: '0.1.0',

  // This is your application store.  You will use this store to access all
  // of your model data.  You can also set a data source on this store to
  // connect to a backend server.  The default setup below connects the store
  // to any fixtures you define.
  store: SC.Store.create().from(SC.Record.fixtures)
  
  // TODO: Add global constants or singleton objects needed by your app here.

}) ;

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
sproutcore-1.5.0.rc.1 spec/fixtures/builder_tests/apps/chance_test/core.js
sproutcore-1.5.0.pre.5 spec/fixtures/builder_tests/apps/chance_test/core.js
sproutcore-1.5.0.pre.4.1 spec/fixtures/builder_tests/apps/chance_test/core.js