Sha256: d0fa4a3aa4ea5633920973d8a9732f5a37e1f2cd4b71acae4fc7b353b47125ec
Contents?: true
Size: 836 Bytes
Versions: 11
Compression:
Stored size: 836 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // Portions ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== // // ========================================================================== // Project: SC.controllersController // ========================================================================== /*globals SC */ /** in suppressMain mode all controllers files register with this array controller @extends SC.Object */ SC.controllersController = SC.ArrayController.create( /** @scope SC.controllersController.prototype */ { }) ;
Version data entries
11 entries across 11 versions & 1 rubygems