Sha256: 1e49fb807f635c260008ec93bb7d158322b188d70152f65cefb712a819b2b21d
Contents?: true
Size: 537 Bytes
Versions: 9
Compression:
Stored size: 537 Bytes
Contents
// ======================================================================== // SproutCore -- JavaScript Application Framework // Copyright ©2006-2008, Sprout Systems, Inc. and contributors. // Portions copyright ©2008 Apple, Inc. All rights reserved. // ======================================================================== sc_require('views/designer'); SC.LabelView.Designer = SC.ViewDesigner.extend( /** @scope SC.LabelView.Designer.prototype */ { encodeChildViews: NO, designProperties: 'value escapeHTML'.w() });
Version data entries
9 entries across 9 versions & 1 rubygems