Sha256: 56838c816d4668040adf4cfec69be4bcb46e1547abce734e09c9cd5dc4bbb674
Contents?: true
Size: 722 Bytes
Versions: 5
Compression:
Stored size: 722 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // Portions ©2008-2009 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== SC.BaseTheme.formRowRenderDelegate = SC.RenderDelegate.create({ name: 'form-row', render: function(context) { }, update: function() { } }); SC.BaseTheme.FORM_ROW_FLOW_SPACING = { right: 15, left: 0, top: 0, bottom: 0 }; SC.BaseTheme.FORM_ROW_FLOW_PADDING = { left: 0, right: 0, bottom: 0, top: 0 };
Version data entries
5 entries across 5 versions & 2 rubygems