removing extraneous hasState flag.

This commit is contained in:
Jeremy Ashkenas
2010-11-09 10:29:45 -05:00
parent f636b3a394
commit 4ff388ab95

View File

@@ -639,7 +639,6 @@
Backbone.History = function() {
this.handlers = [];
this.fragment = this.getFragment();
this.hasState = 'onpopstate' in window;
_.bindAll(this, 'checkUrl');
};