Sha256: 94f691ded1971ffbf3522168555f5af4ae769e9f445f01c55f3960e654a65c14
Contents?: true
Size: 536 Bytes
Versions: 7
Compression:
Stored size: 536 Bytes
Contents
// ======================================================================== // SproutCore -- JavaScript Application Framework // Copyright ©2006-2011, Strobe 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
7 entries across 7 versions & 2 rubygems