rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.3k stars 864 forks source link

unnecessary repeated line of code on line 46? #191

Open atomless opened 10 years ago

atomless commented 10 years ago

Isn't line 46 an unnecessary repeat of line 41?

line 46 : if (prop in div.style) { return prop; }