Sha256: 252097b7536006d7f75b134d052efd27bf5918c3eb4b7c04ea66478150978a53
Contents?: true
Size: 828 Bytes
Versions: 41
Compression:
Stored size: 828 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) // ========================================================================== /** 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
41 entries across 41 versions & 1 rubygems