minor change

This commit is contained in:
rolux 2012-05-24 17:26:01 +00:00 committed by j
parent dfe8b543f4
commit 32602a2c47

View file

@ -414,8 +414,8 @@ appPanel
previousTime = currentTime;
deg = Math.round((deg + delta * 360) % 360 / 30) * 30;
css = 'rotate(' + deg + 'deg)';
loadingIcon.style.OTransform = css;
loadingIcon.style.MozTransform = css;
loadingIcon.style.OTransform = css;
loadingIcon.style.WebkitTransform = css;
}, 83);
}