Sha256: d9a03b59ec90618853ba3132c45123c3ba43571c9d9535aedea3ae4076754e27
Contents?: true
Size: 591 Bytes
Versions: 11
Compression:
Stored size: 591 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 new Error("SC.Button is deprecated as a mixin and is now a subclass of SC.TemplateView. Subclass SC.ButtonView instead."); }; }
Version data entries
11 entries across 11 versions & 1 rubygems