// ========================================================================== // 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 */ { }) ;