in chrome when looking at the resource tab in the inspector, I get the following error: uncaught TypeError: cannot call method ‘extend’ of undefined
Really looking to get into mvc development. Hope someone can point me towards the right direction.
in chrome when looking at the resource tab in the inspector, I get the
Share
The
extendmethod comes from the Underscore library which is a requirement for Backbone. You need to include it before Backbone.