Sha256: 4e4c760b66f64ebfb801695ec998def0272ddb8b91140cd70872b9e38bbd67bd

Contents?: true

Size: 602 Bytes

Versions: 23

Compression:

Stored size: 602 Bytes

Contents

// ==========================================================================
// Project:   CoreTools
// Copyright: ©2009 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

23 entries across 23 versions & 1 rubygems

Version Path
sproutcore-1.0.1009 frameworks/sproutcore/frameworks/core_tools/core.js
sproutcore-1.0.1008 frameworks/sproutcore/frameworks/core_tools/core.js
sproutcore-1.0.1003 frameworks/sproutcore/frameworks/core_tools/core.js