keithclark / selectivizr

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.
1.71k stars 247 forks source link

Added README and fixed some potential semicolon insertion problems #1

Closed KrofDrakula closed 13 years ago

KrofDrakula commented 13 years ago

Looks like a big edit, but really it's just a couple of operators moved around and explicitly added semicolons.

paulirish commented 13 years ago

The (sometimes-)lack of semicolons was also pretty disorienting to me as well.

KrofDrakula commented 13 years ago

In truth, it was the inconsistency that threw me off, so I decided to add where applicable, just to make sure. Also, the next-line-dot-operator is somewhat of a no-no I picked up from our dear old Crocky. :)