[Pkg-javascript-commits] [backbone] 62/74: lowering the default hashchange time to 50.

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 cbc5055b3a0d99f0d29e56a854a1fa5f1b6910eb
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Mon Nov 8 15:06:52 2010 -0500

    lowering the default hashchange time to 50.
---
 backbone.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/backbone.js b/backbone.js
index 0fd22b1..d12f9d1 100644
--- a/backbone.js
+++ b/backbone.js
@@ -641,8 +641,8 @@
   // Set up all inheritable **Backbone.History** properties and methods.
   _.extend(Backbone.History.prototype, {
 
-    // The default interval to poll for hash changes in IE is ten times a second.
-    interval: 100,
+    // The default interval to poll for hash changes in IE is twenty times a second.
+    interval: 50,
 
     // Start the hash change handling, returning true if the current URL matches
     // an existing route, and false otherwise.

-- 
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