diff --git a/backbone.js b/backbone.js index 8cf40f13..dcda4a38 100644 --- a/backbone.js +++ b/backbone.js @@ -727,7 +727,7 @@ // Start the hash change handling, returning `true` if the current URL matches // an existing route, and `false` otherwise. start : function() { - if (historyStarted) throw new Error("Backbone.history has already been started."); + if (historyStarted) throw new Error("Backbone.history has already been started"); var docMode = document.documentMode; var oldIE = ($.browser.msie && (!docMode || docMode <= 7)); if (oldIE) {