Sha256: 143b4da87f0d77672adcd90460b8aeb0a5fa8a3e4016c528cb66b702b858c20c
Contents?: true
Size: 615 Bytes
Versions: 39
Compression:
Stored size: 615 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) // ========================================================================== sc_require('designers/view_designer'); SC.LabelView.Designer = SC.ViewDesigner.extend( /** @scope SC.LabelView.Designer.prototype */ { encodeChildViews: NO, designProperties: ['value', 'escapeHTML'] });
Version data entries
39 entries across 39 versions & 1 rubygems