Closed josx closed 10 years ago
Sorry But breaks with master branch on Backbone, at least with this as latest commit: https://github.com/jashkenas/backbone/commit/517624db111cbf3e392a73ae91e590a0cd73c77d
After researching a little I found a change on view's options. You can check it out on https://github.com/jashkenas/backbone/pull/2461 So for VS to work we need to add to views:
...
initialize : function(options) {
this.options = options;
...
Yep, happy to take a PR if you'd like to submit one!
Ok no problem I will do it tomorrow
@knowtheory If you have time take a look on it ;)
Hi! I am trying to use VisualSearch.js with Backbone 1.0.0 version. Is that posible?
My code just make an Init, no more and I am getting this
Uncaught TypeError: Cannot read property 'app' of undefined
on