Sha256: d9dcf0b844177b533994b6b23a261e5db39452cb3bed8ce1ce101d5b8cfa1a0b
Contents?: true
Size: 556 Bytes
Versions: 13
Compression:
Stored size: 556 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.Button.initMixin = function(){ throw "SC.Button is deprecated as a mixin and is now a subclass of SC.TemplateView. Subclass SC.ButtonView instead."; };
Version data entries
13 entries across 13 versions & 1 rubygems