Sha256: 45bddd42fe5632866f1d2fbde1c9df615619b37e05c2787fc94652b0feb0f7af
Contents?: true
Size: 633 Bytes
Versions: 5
Compression:
Stored size: 633 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.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
5 entries across 5 versions & 2 rubygems