1 // ==========================================================================
  2 // Project:   SproutCore - JavaScript Application Framework
  3 // Copyright: ©2006-2011 Strobe Inc. and contributors.
  4 //            Portions ©2008-2011 Apple Inc. All rights reserved.
  5 // License:   Licensed under MIT license (see license.js)
  6 // ==========================================================================
  7 
  8 // // ==========================================================================
  9 // Project:   SC.controllersController
 10 // ==========================================================================
 11 /*globals SC */
 12 
 13 /**
 14 
 15   in suppressMain mode all controllers files register with this array controller
 16 
 17   @extends SC.Object
 18 */
 19 SC.controllersController = SC.ArrayController.create(
 20 /** @scope SC.controllersController.prototype */ {
 21 
 22 
 23 }) ;
 24