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