Sha256: 8bfc008b5d3928a4743843cfc95b90f856401c4fd61bfb60b6d735d4fdcdfdcb
Contents?: true
Size: 551 Bytes
Versions: 17
Compression:
Stored size: 551 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({ name: 'form', render: function() { }, update: function() { } }); SC.BaseTheme.FORM_FLOW_SPACING = { left: 5, top: 5, bottom: 5, right: 5 };
Version data entries
17 entries across 17 versions & 1 rubygems