Sha256: 9d2c15f133eb9482f366ffd4d28dd8364357d0a86c8f102fb70c69413599baab
Contents?: true
Size: 602 Bytes
Versions: 18
Compression:
Stored size: 602 Bytes
Contents
// ========================================================================== // Project: CoreTools // Copyright: ©2010 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
18 entries across 18 versions & 2 rubygems