aboutsummaryrefslogtreecommitdiffstats
path: root/feedSomeKeys_2.js
diff options
context:
space:
mode:
authoranekos2008-12-02 12:07:57 +0000
committeranekos2008-12-02 12:07:57 +0000
commitb99a31711c4a5f6967630d103d2245628619d2e2 (patch)
tree354fd2afc98aacf58e309fe98a45c1173784dc18 /feedSomeKeys_2.js
parenteae4fae848458cfd438f7746c302f877e03ebec1 (diff)
downloadvimperator-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.js4
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]) {