Sha256: a7a9718b3c7438a539d5843ee798ad913fa269b8d2b016bb51df931e80567183
Contents?: true
Size: 613 Bytes
Versions: 24
Compression:
Stored size: 613 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== SC.BaseTheme.formRenderDelegate = SC.RenderDelegate.create({ className: 'form', flowSpacing: { left: 5, top: 5, bottom: 5, right: 5 }, render: function() { }, update: function() { } }); SC.BaseTheme.FORM_FLOW_SPACING = { left: 5, top: 5, bottom: 5, right: 5 };
Version data entries
24 entries across 24 versions & 1 rubygems