eugenii / jqueryrotate

Automatically exported from code.google.com/p/jqueryrotate
1 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 wno...@gmail.com on 20 Sep 2014 at 9:47