You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backbone version: 1.1.0
Underscore vs: 1.5.2
RequireJS version: 2.1.9
Google Chrome: 32.0.1700.76 m
I had to change a bunch of lines where the options are not passed as parameter to the initialize function to some views (almost all of them). Is this project still being supported?
Hi @Darksoulsong, thanks for reporting. The project is still maintained and used: I have on my todo to work on 1.1.0 compatibility very soon, I'll keep you updated.
Backbone version: 1.1.0
Underscore vs: 1.5.2
RequireJS version: 2.1.9
Google Chrome: 32.0.1700.76 m
I had to change a bunch of lines where the options are not passed as parameter to the initialize function to some views (almost all of them). Is this project still being supported?
Example:
From:
to:
And this happens on every view definition.
The sorting is not working too.
I'm using it on a requirejs setup, included as a shim.
The text was updated successfully, but these errors were encountered: