Sha256: cd1140604aff968d4b7bc453d27f3e1af602266f6902bc6692fa2df18d5bfdfc
Contents?: true
Size: 617 Bytes
Versions: 17
Compression:
Stored size: 617 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({ name: 'well', render: function(dataSource, context) { this.includeSlices(dataSource, context, SC.NINE_SLICE); }, update: function() { } });
Version data entries
17 entries across 17 versions & 1 rubygems