mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-22 01:33: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
|
PROJECT: openseadragon
|
||||||
BUILD_MAJOR: 0
|
BUILD_MAJOR: 0
|
||||||
BUILD_MINOR: 9
|
BUILD_MINOR: 9
|
||||||
BUILD_ID: 01
|
BUILD_ID: 02
|
||||||
BUILD: ${PROJECT}.${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
|
BUILD: ${PROJECT}.${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
|
||||||
VERSION: ${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
|
* @fileOverview
|
||||||
* <h2>
|
* <h2>
|
||||||
@ -1883,7 +1883,6 @@ $.EventHandler.prototype = {
|
|||||||
var touchA,
|
var touchA,
|
||||||
touchB;
|
touchB;
|
||||||
|
|
||||||
window.location.hash = event.touches[ 0 ].target.tagName;
|
|
||||||
if( event.touches.length == 1 &&
|
if( event.touches.length == 1 &&
|
||||||
event.targetTouches.length == 1 &&
|
event.targetTouches.length == 1 &&
|
||||||
event.changedTouches.length == 1 ){
|
event.changedTouches.length == 1 ){
|
||||||
|
@ -605,7 +605,6 @@
|
|||||||
var touchA,
|
var touchA,
|
||||||
touchB;
|
touchB;
|
||||||
|
|
||||||
window.location.hash = event.touches[ 0 ].target.tagName;
|
|
||||||
if( event.touches.length == 1 &&
|
if( event.touches.length == 1 &&
|
||||||
event.targetTouches.length == 1 &&
|
event.targetTouches.length == 1 &&
|
||||||
event.changedTouches.length == 1 ){
|
event.changedTouches.length == 1 ){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user