mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-21 01:03:14 +03:00
removed window.location.hash debug message accidently left when committing touch event support
This commit is contained in:
parent
05b8cb82fd
commit
5245698864
@ -6,7 +6,7 @@
|
||||
PROJECT: openseadragon
|
||||
BUILD_MAJOR: 0
|
||||
BUILD_MINOR: 9
|
||||
BUILD_ID: 01
|
||||
BUILD_ID: 02
|
||||
BUILD: ${PROJECT}.${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
|
||||
VERSION: ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @version OpenSeadragon 0.9.01
|
||||
* @version OpenSeadragon 0.9.02
|
||||
*
|
||||
* @fileOverview
|
||||
* <h2>
|
||||
@ -1883,7 +1883,6 @@ $.EventHandler.prototype = {
|
||||
var touchA,
|
||||
touchB;
|
||||
|
||||
window.location.hash = event.touches[ 0 ].target.tagName;
|
||||
if( event.touches.length == 1 &&
|
||||
event.targetTouches.length == 1 &&
|
||||
event.changedTouches.length == 1 ){
|
||||
|
@ -605,7 +605,6 @@
|
||||
var touchA,
|
||||
touchB;
|
||||
|
||||
window.location.hash = event.touches[ 0 ].target.tagName;
|
||||
if( event.touches.length == 1 &&
|
||||
event.targetTouches.length == 1 &&
|
||||
event.changedTouches.length == 1 ){
|
||||
|
Loading…
x
Reference in New Issue
Block a user