mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-20 01:31:45 +03:00
Merge remote-tracking branch 'origin/master' into build-tools-update
This commit is contained in:
commit
d39341dad7
@ -53,6 +53,7 @@ OPENSEADRAGON CHANGELOG
|
||||
* Viewer.innerTracker.clickHandler: preventDefaultAction == true prevents viewer zoom on click
|
||||
* Viewer.innerTracker.dragHandler: preventDefaultAction == true prevents viewer panning with mouse/touch
|
||||
* Viewer.innerTracker.scrollHandler: preventDefaultAction == true prevents viewer zooming on mousewheel/pinch
|
||||
* Fixed: IE8 error with custom buttons - "Object doesn't support this action" (#279)
|
||||
|
||||
0.9.131:
|
||||
|
||||
|
@ -109,7 +109,6 @@ $.Button = function( options ) {
|
||||
}, options );
|
||||
|
||||
this.element = options.element || $.makeNeutralElement( "button" );
|
||||
this.element.href = this.element.href || '#';
|
||||
|
||||
//if the user has specified the element to bind the control to explicitly
|
||||
//then do not add the default control images
|
||||
|
Loading…
x
Reference in New Issue
Block a user