[Pkg-javascript-commits] [backbone] 106/281: Update remaining call to _updateLocationHash to _updateHash

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:02:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.9.0
in repository backbone.

commit 42ee70e9d9234a7ed1e2896dc3e9bdcc7d089d28
Author: Tim Harper <timcharper at gmail.com>
Date:   Wed Nov 23 15:31:58 2011 -0700

    Update remaining call to _updateLocationHash to _updateHash
    
    (Finish refactoring job from 1332246b8f3b6672d3c3f19dd21c99765f4f8282)
---
 backbone.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backbone.js b/backbone.js
index a7398c5..5ada7e4 100644
--- a/backbone.js
+++ b/backbone.js
@@ -843,7 +843,7 @@
           // Opening and closing the iframe tricks IE7 and earlier to push a history entry on hash-tag change.
           // When replace is true, we don't want this.
           if(!options.replace) this.iframe.document.open().close();
-          this._updateLocationHash(this.iframe.location, frag, options.replace);
+          this._updateHash(this.iframe.location, frag, options.replace);
         }
       }
       if (options.trigger) this.loadUrl(fragment);

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