Sha256: c421aa39eeda2d01f5ecb5d8ded68f8b1684f9bbc91b28875d2702685594f920
Contents?: true
Size: 698 Bytes
Versions: 18
Compression:
Stored size: 698 Bytes
Contents
// ======================================================================== // SproutCore -- JavaScript Application Framework // Copyright ©2006-2008, Sprout Systems, 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
18 entries across 18 versions & 1 rubygems