afeld/backbone-nested

Does not work together with the new Backbone 1.1.1

Open

#114 aberto em 19 de fev. de 2014

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

Métricas do repositório

Stars
 (439 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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'

Guia do colaborador