more digging...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-18 19:35:19 +04:00
parent 8c28b60325
commit af8394be69

View File

@ -108,7 +108,7 @@ $(document).ready(function(){
var scrolling = false
var _x = null
var _t = null
USE_TRANSFORM = false
USE_TRANSFORM = true
$('.viewer')
.on('mousedown touchstart', function(){
@ -122,9 +122,6 @@ $(document).ready(function(){
evt.preventDefault()
var pos_x = event.touches[0].pageX
console.log(event.touches[0].pageX)
if(_x == null){
_x = pos_x
}