Sha256: b486e26aabe81b9ae04be3dd5bf77230e9f6d17e70b1a458c076d0aeae3eee21
Contents?: true
Size: 548 Bytes
Versions: 11
Compression:
Stored size: 548 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(){ SC.Logger.warn("SC.Button is deprecated and does nothing. Subclass SC.ButtonView instead."); } } ;
Version data entries
11 entries across 11 versions & 1 rubygems