afeld/backbone-nested

Does not work together with the new Backbone 1.1.1

Open

#114 opened on Feb 19, 2014

View on GitHub
 (10 comments) (0 reactions) (0 assignees)JavaScript (83 forks)github user discovery
Bughelp wanted

Repository metrics

Stars
 (439 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Since Backbone 1.1.1, Backbone is AMD compatible. This, unfortunately, led to a not working backbone nested model, in case js has been concatinated and minified for production. Chrome yields: 'Uncaught Error: Backbone is not defined'

Contributor guide