superfeedr / indexeddb-backbonejs-adapter

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

Fulfill the optional jQuery dependency from Backbone.$ #56

Closed andornaut closed 10 years ago

andornaut commented 10 years ago

No longer looks for $ on the global object, but on Backbone.$ instead. Inverted the check for $.Deferred. Moved the noop initialization into the block in which it is used.