JonHMChan / descartes

Descartes | Write CSS in JavaScript
https://descartes.io/slides
MIT License
444 stars 21 forks source link

fix readme 'click' undefined #36

Closed innocentamadi closed 8 years ago

innocentamadi commented 8 years ago

The readme had the line: "_listeners": [[window, click]] line, causing an undefined 'click' error if developers try to copy and paste the example (as they should).

I added the qutotation marks with this commit so it becomes "_listeners": [[window, 'click']],