Sha256: dc0d550a996b9668ad30165a7ae4e3cd784e669cc9b30e24e11ff1935b59cf67
Contents?: true
Size: 504 Bytes
Versions: 11
Compression:
Stored size: 504 Bytes
Contents
// ========================================================================== // Project: Test // Copyright: @2011 My Company, Inc. // ========================================================================== /*globals Test */ /** 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
11 entries across 11 versions & 1 rubygems