superfeedr / indexeddb-backbonejs-adapter

An indexedDB adapter for Backbonejs
http://blog.superfeedr.com/indexeddb-backbonejs-adapter/
MIT License
248 stars 61 forks source link

Scope _ and Backbone variables using the 'var' keyword #37

Closed andornaut closed 11 years ago

andornaut commented 11 years ago

Scope _ and Backbone variables using the 'var' keyword. If exports is undefined, then get them from the 'window' object explicitly.

While not absolutely necessary, this fixes a couple of warnings in PyCharm.

julien51 commented 11 years ago

Always happy to make PyCharm happy =) Thanks for the pull request!