jqueryrotate icon indicating copy to clipboard operation
jqueryrotate copied to clipboard

(supportedCSSOrigin[0] == "T") supportedCSSOrigin[0]="t" isn't useful

Open GoogleCodeExporter opened this issue 9 years ago • 0 comments

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

GoogleCodeExporter avatar Mar 17 '15 10:03 GoogleCodeExporter