diff options
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]) { |