removed window.location.hash debug message accidently left when committing touch event support

This commit is contained in:
thatcher 2012-02-09 22:54:27 -05:00
parent 05b8cb82fd
commit 5245698864
3 changed files with 2 additions and 4 deletions

View File

@ -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}

View File

@ -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 ){

View File

@ -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 ){