Sha256: 6cd5ce9a47403c3144b3582dd628361f8c4f811f8cdf080b12ed74120cca47b5
Contents?: true
Size: 638 Bytes
Versions: 24
Compression:
Stored size: 638 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.toolbarRenderDelegate = SC.RenderDelegate.create({ className: 'toolbar', render: function(dataSource, context) { // toolbar has nothing in it }, update: function() { // toolbar has nothing to update } });
Version data entries
24 entries across 24 versions & 1 rubygems