Sha256: 40bf9f914bb3555fb1c530c3b393c1f09f22b2afaa2b973a6b3bd00201950465
Contents?: true
Size: 523 Bytes
Versions: 6
Compression:
Stored size: 523 Bytes
Contents
// ========================================================================== // Project: Test // Copyright: @2011 My Company, Inc. // ========================================================================== /*globals Test */ /** @namespace My cool new app. Describe your application. @extends SC.Object */ Test = SC.Application.create( /** @scope Test.prototype */ { NAMESPACE: 'Test', VERSION: '0.1.0', store: SC.Store.create().from(SC.Record.fixtures), MODE_FOO: 0, MODE_BAR: 1 }) ;
Version data entries
6 entries across 6 versions & 1 rubygems