From b89117af56d8212130ac95ffb4b0a69b1bb10007 Mon Sep 17 00:00:00 2001 From: teramako Date: Sun, 8 Aug 2010 07:34:47 +0000 Subject: fix bug: plugins[NAME] is undefined git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38223 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index 7b2e6ef..c0c3878 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1511,7 +1511,7 @@ function sourceScriptFile(file) { // {{{ try { io.source(file, false); } finally { - liberator.plugins[scriptName] = script; + liberator.plugins[scriptName] = liberator.plugins.contexts[file.path]; file.toString = toString; } } // }}} -- cgit v1.2.3