Sha256: 48fbb8c38d651141f17f0885cabc7144453fc9954f29e78e23766e021cad8aff
Contents?: true
Size: 561 Bytes
Versions: 3
Compression:
Stored size: 561 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.AceTheme.wellRenderDelegate = SC.RenderDelegate.create({ name: 'well', render: function(dataSource, context) { }, update: function() { } });
Version data entries
3 entries across 3 versions & 2 rubygems