diff options
author | anekos | 2015-04-24 22:02:43 +0900 |
---|---|---|
committer | anekos | 2015-04-24 22:05:38 +0900 |
commit | 5134fdf0e1684fbfc637083a04007042cd0708c1 (patch) | |
tree | 34a9fbf1495067685dd9245669be96788b2ae44a | |
parent | e389208d7c114f6986056670d8bf86e0f0414452 (diff) | |
download | vimperator-plugins-5134fdf0e1684fbfc637083a04007042cd0708c1.tar.bz2 |
Fix: libly.around autoRestore
-rw-r--r-- | _libly.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -247,7 +247,7 @@ libly.$U = {//{{{ let pluginPath; Error('hoge').stack.split(/\n/).some( function (s) - let (m = s.match(/-> liberator:\/\/template\/chrome:\/\/liberator\/content\/liberator\.js -> (.+):\d+$/)) + let (m = s.match(/@chrome:\/\/liberator\/content\/liberator\.js -> file:\/\/\/(.+):\d+$/)) (m && (pluginPath = m[1].replace(/\?.*$/, ''))) ); return pluginPath; |