Sha256: 2a972991fc10c55a9806362138b98870cb90a75e7756ef441d1236531ccd3eb2
Contents?: true
Size: 622 Bytes
Versions: 24
Compression:
Stored size: 622 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.BaseTheme.wellRenderDelegate = SC.RenderDelegate.create({ className: 'well', render: function(dataSource, context) { this.includeSlices(dataSource, context, SC.NINE_SLICE); }, update: function() { } });
Version data entries
24 entries across 24 versions & 1 rubygems