davidgtonge / backbone_query

A lightweight query api for Backbone Collections
MIT License
378 stars 29 forks source link

requirejs + backbone_query #12

Open BigForNothing opened 11 years ago

BigForNothing commented 11 years ago

I admit to not being very familiar with requirejs but I'm running into some issues trying to load up backbone_query. I'm using backbone boilerplate as a base and I'm unable to get Backbone.QueryCollection to be defined. Is there any pointers?

mohitmayank commented 11 years ago

I am looking for help on this as well. Atleast a simple define call to QueryCollection doesnt work.

szalishchuk commented 10 years ago

I'm having the same issue. The network panel clearly states that the backbone_query is being loaded, however it returns undefined, while being called. According to the documentation and the source code itself, backbone_query is AMD-ready, but shimming it did not help either. This issue is 10 months old, is someone still working on this project?

davidgtonge commented 10 years ago

Hi,

I've got a new version, which should work better with AMD. Will push it shortly

toswann commented 10 years ago

Hi David, I have the same issue. do you have any plan of releasing the new version ?

thanks