Sha256: 4fa9963837972b289d0503b5fd252777e7fc11e8e48c87966e00aaffce01d944
Contents?: true
Size: 580 Bytes
Versions: 6
Compression:
Stored size: 580 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) // ========================================================================== if(SC.Button) { 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
6 entries across 6 versions & 1 rubygems