Sha256: ed5278220d4bda975f10ed1f13f0c58f6b1746a04707f2669bcdab57a0551a33
Contents?: true
Size: 633 Bytes
Versions: 17
Compression:
Stored size: 633 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({ name: 'toolbar', render: function(dataSource, context) { // toolbar has nothing in it }, update: function() { // toolbar has nothing to update } });
Version data entries
17 entries across 17 versions & 1 rubygems