joseph / Monocle

A silky, tactile browser-based ebook JavaScript library.
http://monocle.inventivelabs.com.au
MIT License
743 stars 200 forks source link

Fix global variable leaks and references. #209

Closed danshultz closed 10 years ago

danshultz commented 10 years ago

This commit also removes duplicate var references. While duplicate var declarations are valid in non-strict mode, I tend to like to clean those up also.

Please merge

joseph commented 10 years ago

Thanks for these fixes — they all look good to me.