mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-23 13:58:06 -05:00
removing extraneous hasState flag.
This commit is contained in:
@@ -639,7 +639,6 @@
|
||||
Backbone.History = function() {
|
||||
this.handlers = [];
|
||||
this.fragment = this.getFragment();
|
||||
this.hasState = 'onpopstate' in window;
|
||||
_.bindAll(this, 'checkUrl');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user