From 2623acbae2351c7acc67bed7c5726983c6fcae78 Mon Sep 17 00:00:00 2001 From: RubaXa Date: Fri, 20 Dec 2013 16:40:02 +0400 Subject: [PATCH] * x, y --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8f801e2..fc70572 100644 --- a/index.html +++ b/index.html @@ -401,9 +401,9 @@ sort.destroy(); el.style['transform'] = el.style['-webkit-transform'] = 'translate('+dx+'px,'+dy+'px)'; }); - - requestAnimationFrame(_loop); } + + requestAnimationFrame(_loop); })(); })();