Sha256: fe93b31094b4d6c79ca355d999b8f6f8cc028f686e4fdccc37a24de08b7da20f
Contents?: true
Size: 724 Bytes
Versions: 1
Compression:
Stored size: 724 Bytes
Contents
// ========================================================================== // Project: SproutCore Test Runner // Copyright: ©2006-2009 Sprout Systems, Inc. and contributors. // Portions ©2008-2009 Apple Inc. All rights reserved. // License: Licened under MIT license (see license.js) // ========================================================================== /*globals Welcome */ /** @namespace The Welcome app is displayed when you load the root URL and the dev server is visible. It will fetch the list of targets from the server and list them. @extends SC.Object */ Welcome = SC.Object.create( /** @scope Welcome.prototype */ { NAMESPACE: 'Welcome', VERSION: '1.0.0', }) ;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sproutit-sproutcore-1.0.20090721145285 | frameworks/sproutcore/apps/welcome/core.js |