[Pkg-javascript-commits] [backbone] 66/74: removing extraneous hasState flag.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:59:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.3.0
in repository backbone.
commit 4ff388ab95ece4045fb3e147ee17c979112bfcd6
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Tue Nov 9 10:29:45 2010 -0500
removing extraneous hasState flag.
---
backbone.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/backbone.js b/backbone.js
index 1df298d..a16b649 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');
};
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list