diff --git a/src/button.js b/src/button.js index c3a84a82..efa9eec3 100644 --- a/src/button.js +++ b/src/button.js @@ -407,7 +407,7 @@ $.extend( $.Button.prototype, $.EventSource.prototype, /** @lends OpenSeadragon. */ enable: function(){ this.element.disabled = false; - this.element.setTracking(true); + this.tracker.setTracking(true); $.setElementOpacity( this.element, 1.0, true ); this.notifyGroupEnter(); },