aboutsummaryrefslogtreecommitdiffstats
path: root/autoIgnoreKey.js
diff options
context:
space:
mode:
authorjanus_wel2008-10-21 10:27:41 +0000
committerjanus_wel2008-10-21 10:27:41 +0000
commit9a8cf4e8a04daad9865d00075c269f04adaefcf8 (patch)
tree8aac1aac8f9a63e462a40e57d5dbef6103aa026b /autoIgnoreKey.js
parent4a9c57ab1b5675da743d11d75838fb9089491119 (diff)
downloadvimperator-plugins-9a8cf4e8a04daad9865d00075c269f04adaefcf8.tar.bz2
liberator -> liberator.modules
- buffer - commandline - commands - hints - ..etc コマンド追加時に使う addUserCommand の第 3 引数に指定する関数の第 1 引数が String から Object に変更したのに対応 - ldrize_cooperation_fetch_flv.js - lookupDictionary.js - matanico.js - nicontroller.js - nnp_cooperation.js - reading.js - youtubeamp.js migemo_hint.js で一時的にグローバルオブジェクト plugins を定義 応急処置なのであとで削る必要あり git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@21797 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'autoIgnoreKey.js')
-rw-r--r--autoIgnoreKey.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoIgnoreKey.js b/autoIgnoreKey.js
index 8dc4ca1..ce3de31 100644
--- a/autoIgnoreKey.js
+++ b/autoIgnoreKey.js
@@ -44,7 +44,7 @@ getBrowser().mTabBox.addEventListener('TabSelect',passAllKeysIfTarget,false);
function passAllKeysIfTarget() {
var uri = content.document.documentURI;
- liberator.modes.passAllKeys = isMatch(uri);
+ liberator.modules.modes.passAllKeys = isMatch(uri);
//liberator.log('load page: ' + gBrowser.selectedBrowser.contentDocument.URL);
}