Sha256: 51753fc9474533c1ae5262458b0034ab9073ff748a6af28c590f80df4ae7b955
Contents?: true
Size: 591 Bytes
Versions: 7
Compression:
Stored size: 591 Bytes
Contents
// ======================================================================== // SproutCore -- JavaScript Application Framework // Copyright ©2006-2011, Strobe Inc. and contributors. // Portions copyright ©2008 Apple Inc. All rights reserved. // ======================================================================== /* 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
7 entries across 7 versions & 2 rubygems