Sha256: 818ff77e333cc30080f38c422895f860bfa61c37a865a3fe5dbbf56d6bf5f119
Contents?: true
Size: 602 Bytes
Versions: 11
Compression:
Stored size: 602 Bytes
Contents
// ========================================================================== // Project: CoreTools // Copyright: ©2011 Apple Inc. // ========================================================================== /*globals CoreTools */ /** @namespace This framework contains common code shared by the SproutCore developer tools including the test runner, doc viewer and welcome apps. It is not generally intended for use in your own applications. @extends SC.Object */ CoreTools = SC.Object.create( /** @scope CoreTools.prototype */ { NAMESPACE: 'CoreTools', VERSION: '1.0.0' }) ;
Version data entries
11 entries across 11 versions & 1 rubygems