more testing...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-02-05 01:58:19 +04:00
parent 35d6726096
commit e6922cc1d3

View File

@ -535,7 +535,7 @@ function animateElementTo2(elem, to, duration, easing, speed, use_transitions){
function stopAnimation2(elem){
var runner = elem.data('runner')
var runner = elem.data('animating')
if(runner != null){
runner.stop()
}