Sha256: 77851cd61b1e6f6f6fbbb4014bfd86562ec53cda9735033349a7c9cfd3df9c56
Contents?: true
Size: 689 Bytes
Versions: 7
Compression:
Stored size: 689 Bytes
Contents
// ======================================================================== // SproutCore -- JavaScript Application Framework // Copyright ©2006-2011, Strobe Inc. and contributors. // ======================================================================== /** Default namespace for designer-specific classes */ SC.Designer = SC.Object.extend({ }); // Don't want to register these for now... // SC.mixin(SC.Designer,{ // pages: [], // // controllers: [], // // registerPage: function(page){ // SC.Designer.pages.pushObject(page); // }, // // registerController: function(controller){ // SC.Designer.controllers.pushObject(controller); // } // // });
Version data entries
7 entries across 7 versions & 2 rubygems