From 9df5798c876896a240a83dc04d30a78c0ef31780 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 12 Jan 2010 08:10:22 +0000 Subject: turn on ad-hoc fix git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36418 d0d07461-0603-4401-acd4-de1884942a52 --- localkeymode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localkeymode.js') 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) { -- cgit v1.2.3