From ab75fbeb6d8bee69476096c1c7e9380da4ad149c Mon Sep 17 00:00:00 2001 From: suVene Date: Sat, 13 Dec 2008 12:59:51 +0000 Subject: bugfix. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26638 d0d07461-0603-4401-acd4-de1884942a52 --- nextlink.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nextlink.js') diff --git a/nextlink.js b/nextlink.js index 512202b..2de72d7 100755 --- a/nextlink.js +++ b/nextlink.js @@ -169,9 +169,9 @@ liberator.plugins.nextlink = (function() { if (!this.cache[key]) this.cache[key] = {}; values = [].concat(values); - [].concat(subKeys).forEach(function(subKey, i) { + [].concat(subKeys).forEach($U.bind(this, function(subKey, i) { this.cache[key][subKey] = values[i]; - }); + })); } };//}}} -- cgit v1.2.3