jqueryrotate
jqueryrotate copied to clipboard
(supportedCSSOrigin[0] == "T") supportedCSSOrigin[0]="t" isn't useful
line 14 in the 'jQueryRotate.js',
The following code is not useful, supportedCSSOrigin's value hasn't changed
code:
if (supportedCSSOrigin[0] == "T") supportedCSSOrigin[0] = "t";
Original issue reported on code.google.com by [email protected]
on 20 Sep 2014 at 9:47