Skip to content

Commit

Permalink
removing extraneous hasState flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Nov 9, 2010
1 parent f636b3a commit 4ff388a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backbone.js
Expand Up @@ -639,7 +639,6 @@
Backbone.History = function() {
this.handlers = [];
this.fragment = this.getFragment();
this.hasState = 'onpopstate' in window;
_.bindAll(this, 'checkUrl');
};

Expand Down

0 comments on commit 4ff388a

Please sign in to comment.