diff options
author | anekos | 2008-12-02 12:07:57 +0000 |
---|---|---|
committer | anekos | 2008-12-02 12:07:57 +0000 |
commit | b99a31711c4a5f6967630d103d2245628619d2e2 (patch) | |
tree | 354fd2afc98aacf58e309fe98a45c1173784dc18 /feedSomeKeys_2.js | |
parent | eae4fae848458cfd438f7746c302f877e03ebec1 (diff) | |
download | vimperator-plugins-b99a31711c4a5f6967630d103d2245628619d2e2.tar.bz2 |
Follow CVS Head.
etc.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25706 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'feedSomeKeys_2.js')
-rw-r--r-- | feedSomeKeys_2.js | 4 |
1 files changed, 2 insertions, 2 deletions
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]) { |