ded / bonzo

library agnostic, extensible DOM utility
Other
1.32k stars 137 forks source link

whoops, typo in the test case #44

Closed amccollum closed 12 years ago

amccollum commented 12 years ago

As for the CoffeeScript style of the tests, did you mean the weird object hack or the lack of semicolons? The semicolons are because I followed the style of the test case above... the rest of the file seems inconsistent in semicolon use. The weird object hack was necessary because uidMap isn't externally exposed, but maybe it should be. I agree that it's hacky.

ded commented 12 years ago

haha. no i was talking about declaring all vars up front, which is usually what coffee compiles too :)