Sha256: e0057b7501a33c6178738a21b1b948a935936218aa87cf0cfa2f15489d1533ab
Contents?: true
Size: 847 Bytes
Versions: 30
Compression:
Stored size: 847 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 */ /** @class 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
30 entries across 30 versions & 1 rubygems