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

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