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