Sha256: a40339f05d87b4fbb1b7ecfc0c4cb96d33647b764be9b77108f6f0f68a85c458

Contents?: true

Size: 802 Bytes

Versions: 8

Compression:

Stored size: 802 Bytes

Contents

// ========================================================================
// SproutCore -- JavaScript Application Framework
// Copyright ©2006-2008, Sprout Systems, Inc. and contributors.
// Portions copyright ©2008 Apple, Inc.  All rights reserved.
// ========================================================================

// Globally defined variables are no longer supported to allow SproutCore to 
// work with other libraries.
// Export the type variables into the global space.
var T_ERROR = SC.T_ERROR ;
var T_OBJECT = SC.T_OBJECT ;
var T_NULL = SC.T_NULL ;
var T_CLASS = SC.T_CLASS ;
var T_HASH = SC.T_HASH ;
var T_FUNCTION = SC.T_FUNCTION ;
var T_UNDEFINED = SC.T_UNDEFINED ;
var T_NUMBER = SC.T_NUMBER ;
var T_BOOL = SC.T_BOOL ;
var T_ARRAY = SC.T_ARRAY ;
var T_STRING = SC.T_STRING ;

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sproutit-sproutcore-1.0.0.20090408130025 frameworks/sproutcore/frameworks/deprecated/system/globals.js
sproutit-sproutcore-1.0.0.20090416161445 frameworks/sproutcore/frameworks/deprecated/system/globals.js
sproutit-sproutcore-1.0.0.20090720093355 frameworks/sproutcore/frameworks/deprecated/system/globals.js
sproutit-sproutcore-1.0.0.20090720202429 frameworks/sproutcore/frameworks/deprecated/system/globals.js
sproutit-sproutcore-1.0.0.20090721125122 frameworks/sproutcore/frameworks/deprecated/system/globals.js
sproutit-sproutcore-1.0.126 frameworks/sproutcore/frameworks/deprecated/system/globals.js
sproutit-sproutcore-1.0.20090721145251 frameworks/sproutcore/frameworks/deprecated/system/globals.js
sproutit-sproutcore-1.0.203 frameworks/sproutcore/frameworks/deprecated/system/globals.js