From b99a31711c4a5f6967630d103d2245628619d2e2 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 2 Dec 2008 12:07:57 +0000 Subject: Follow CVS Head. etc. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25706 d0d07461-0603-4401-acd4-de1884942a52 --- feedSomeKeys_2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'feedSomeKeys_2.js') diff --git a/feedSomeKeys_2.js b/feedSomeKeys_2.js index 927c0e6..67177a7 100644 --- a/feedSomeKeys_2.js +++ b/feedSomeKeys_2.js @@ -203,7 +203,7 @@ function destroy(){ feedMaps.forEach(function(map){ mappings.remove(map.modes[0],map.names[0]); }); - }catch(e){ log(map); } + }catch(e){ liberator.log(map); } origMaps.forEach(function(map){ addUserMap(map); }); @@ -257,7 +257,7 @@ function feedKeyIntoContent(keys, useVkey){ var charCode = keys.charCodeAt(i); keyCode = 0; } - if (keys[i] == '<'){ + if (keys[i] == '<'){ var matches = keys.substr(i + 1).match(/^((?:[ACMSacms]-)*)([^>]+)/); if (matches) { if (matches[1]) { -- cgit v1.2.3