Commit 57c8167b by doszhang

dos

parent f867b3d4
...@@ -1660,7 +1660,7 @@ ...@@ -1660,7 +1660,7 @@
c: 0, c: 0,
d: 1, d: 1,
e: dx, e: dx,
f: 0 f: dy
}; };
} }
...@@ -1668,7 +1668,7 @@ ...@@ -1668,7 +1668,7 @@
css(ghostEl, 'webkitTransform', cssMatrix); css(ghostEl, 'webkitTransform', cssMatrix);
css(ghostEl, 'mozTransform', cssMatrix); css(ghostEl, 'mozTransform', cssMatrix);
css(ghostEl, 'msTransform', cssMatrix); css(ghostEl, 'msTransform', cssMatrix);
css(ghostEl, 'transform', cssMatrix); css(ghostEl, 'transform', 0);
lastDx = dx; lastDx = dx;
lastDy = dy; lastDy = dy;
touchEvt = touch; touchEvt = touch;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment