From 458faa78daa211cec6c10a173b2d62b8c7d653b9 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 24 May 2012 17:12:02 +0000 Subject: [PATCH] minor change --- source/Ox.UI/js/Core/Ox.LoadingIcon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Core/Ox.LoadingIcon.js b/source/Ox.UI/js/Core/Ox.LoadingIcon.js index 5e27f49e..8d531cb0 100644 --- a/source/Ox.UI/js/Core/Ox.LoadingIcon.js +++ b/source/Ox.UI/js/Core/Ox.LoadingIcon.js @@ -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);