minor change

This commit is contained in:
rlx 2012-05-24 17:12:02 +00:00
parent bdb399614f
commit 458faa78da

View file

@ -39,8 +39,8 @@ Ox.LoadingIcon = function(options, self) {
deg = Math.round((deg + delta * 360) % 360 / 30) * 30;
css = 'rotate(' + deg + 'deg)';
that.css({
OTransform: css,
MozTransform: css,
OTransform: css,
WebkitTransform: css
});
}, 83);