After loading Backbone, creating new model instances with:
var foo = Backbone.Model.extend({});
Fails with the following error:
object (function details here) has no method 'extend'
Have solved this, but posting here to be nice and act as a reference to myself.
Load underscore.js before backbone – see https://github.com/documentcloud/backbone/issues/711