diff --git a/backbone.js b/backbone.js index 1df298d9..a16b6494 100644 --- a/backbone.js +++ b/backbone.js @@ -639,7 +639,6 @@ Backbone.History = function() { this.handlers = []; this.fragment = this.getFragment(); - this.hasState = 'onpopstate' in window; _.bindAll(this, 'checkUrl'); };