I fixed some tiny syntax issues with semicolons that JSLint cried about.
Also, I switched from normal equal comparisons (== and !=) to strict equal
comparisons (=== and !==) because the strict versions are much faster.
Thank you for your work.
Cheers!
Tero
Original issue reported on code.google.com by tala...@gmail.com on 18 Mar 2011 at 1:16
Original issue reported on code.google.com by
tala...@gmail.com
on 18 Mar 2011 at 1:16Attachments: