I'm using a combination of Backbone, RequireJS & Backbone-MVC (http://chance-an.github.io/backbone-mvc/#root/index).
But when I'm trying to use Backbone-MVC it returns a null.
Here's a list with all my javascript files
- Main: http://pastebin.com/Pg0s73cH
- App: http://pastebin.com/x4XFxPEG
- Router: http://pastebin.com/0ADCn4SV
When I console log the MVC variable in Router it returns a null. Can somebody find the problem?
Thanks!