diff options
author | anekos | 2010-01-12 08:10:22 +0000 |
---|---|---|
committer | anekos | 2010-01-12 08:10:22 +0000 |
commit | 9df5798c876896a240a83dc04d30a78c0ef31780 (patch) | |
tree | 208231855834b5e98b029792c0736bc6de7cbd3c /localkeymode.js | |
parent | 10ceeaa27707888b766c66ce18dd529a48f9e69d (diff) | |
download | vimperator-plugins-9df5798c876896a240a83dc04d30a78c0ef31780.tar.bz2 |
turn on ad-hoc fix
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36418 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'localkeymode.js')
-rw-r--r-- | localkeymode.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localkeymode.js b/localkeymode.js index 1f7616c..312c182 100644 --- a/localkeymode.js +++ b/localkeymode.js @@ -244,7 +244,7 @@ liberator.plugins.LocalKeyMode = (function() { loadKeyMap: function() { var self = this; // 暫定処置 - //if (liberator.plugins.feedKey && liberator.plugins.feedKey.origMap.length >0) return; + if (liberator.plugins.feedKey && liberator.plugins.feedKey.origMap.length >0) return; this.helpstring = ''; if (this.isBinding) this.restoreKeyMap(); if (!this.isEnable) { |