Sha256: c3d2de802ace5c21801b862aeb9c0df80cd74871a961ff06f17eb80fb8f702f2
Contents?: true
Size: 669 Bytes
Versions: 41
Compression:
Stored size: 669 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) // ========================================================================== /* evil:true */ sc_require('coders/object'); /** @class A DesignCoder encodes specifically the design for a set of views. @extends SC.ObjectCoder */ SC.DesignCoder = SC.ObjectCoder.extend({ extendMethodName: 'design', encodeMethodName: 'encodeDesign' });
Version data entries
41 entries across 41 versions & 1 rubygems