diff options
Diffstat (limited to 'twittperator.js')
-rwxr-xr-x | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } // }}} |