Sha256: 6328c47fcfeba380f77f81f7c1bc5b8a5ee401da0a04a01010360cc0a38d256e
Contents?: true
Size: 596 Bytes
Versions: 5
Compression:
Stored size: 596 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_require('render_delegates/render_delegate'); SC.BaseTheme.containerRenderDelegate = SC.RenderDelegate.create({ render: function(dataSource, context) { }, update: function() { } });
Version data entries
5 entries across 5 versions & 2 rubygems