Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Object #<Object> has no method '_configure' #3

Closed
ghost opened this issue Mar 20, 2013 · 1 comment
Closed

Uncaught TypeError: Object #<Object> has no method '_configure' #3

ghost opened this issue Mar 20, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 20, 2013

When I try to create a view with a following command:

    var view = Backbone.TemplateView({collection: invoiceItemCollection, template: template});

I have an error like this:

Uncaught TypeError: Object # has no method '_configure' 

Looks like Backrub is a bit outdated, this does not support recent version of Backbone.js.

@juggy
Copy link
Owner

juggy commented Apr 5, 2013

The specs runs on version 0.5.3 of backbone. Feel free to submit a PR if you updated it.

@juggy juggy closed this as completed Apr 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant