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

Version Path
sproutcore-1.6.0.beta.3-x86-mingw32 lib/frameworks/sproutcore/frameworks/foundation/mixins/button.js
sproutcore-1.6.0.beta.3-java lib/frameworks/sproutcore/frameworks/foundation/mixins/button.js
sproutcore-1.6.0.beta.3 lib/frameworks/sproutcore/frameworks/foundation/mixins/button.js
sproutcore-1.6.0.beta.2-x86-mingw32 lib/frameworks/sproutcore/frameworks/foundation/mixins/button.js
sproutcore-1.6.0.beta.2-java lib/frameworks/sproutcore/frameworks/foundation/mixins/button.js
sproutcore-1.6.0.beta.2 lib/frameworks/sproutcore/frameworks/foundation/mixins/button.js
sproutcore-1.6.0.beta.1 lib/frameworks/sproutcore/frameworks/foundation/mixins/button.js
sproutcore-1.5.0-java lib/frameworks/sproutcore/frameworks/foundation/mixins/button.js
sproutcore-1.5.0 lib/frameworks/sproutcore/frameworks/foundation/mixins/button.js
sproutcore-1.5.0.rc.2 lib/frameworks/sproutcore/frameworks/foundation/mixins/button.js
sproutcore-1.5.0.rc.1 lib/frameworks/sproutcore/frameworks/foundation/mixins/button.js