// Start the hash change handling, returning `true` if the current URL matches // an existing route, and `false` otherwise. Backbone.History.prototype.start = function(options) { if (Backbone.History.started) throw new Error("Backbone.history has already been started"); Backbone.History.started = true; // Figure out the initial configuration. Do we need an iframe? // Is pushState desired ... is it