aboutsummaryrefslogtreecommitdiffstats
path: root/_libly.js
diff options
context:
space:
mode:
authoranekos2013-04-06 18:22:02 +0900
committeranekos2013-04-06 18:22:02 +0900
commit37f3071e579fbe36deaf17c2513a6619707eab45 (patch)
tree90b6134fff349ec45ebaf48b4a25e5b31c92fba8 /_libly.js
parent862198772d1b50822d888bae4d13d3ee8aa69740 (diff)
parent443904bbc0d49e6da3c80319e063e0c8bb258c4c (diff)
downloadvimperator-plugins-37f3071e579fbe36deaf17c2513a6619707eab45.tar.bz2
Merge branch 'master' into 3.6
for master updates Conflicts: lo.js twittperator.js
Diffstat (limited to '_libly.js')
-rw-r--r--_libly.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/_libly.js b/_libly.js
index 8c6f245..be989d7 100644
--- a/_libly.js
+++ b/_libly.js
@@ -247,7 +247,7 @@ libly.$U = {//{{{
let pluginPath;
Error('hoge').stack.split(/\n/).some(
function (s)
- let (m = s.match(/^(?:\(\))?@chrome:\/\/liberator\/content\/liberator\.js -> (.+):\d+$/))
+ let (m = s.match(/-> liberator:\/\/template\/chrome:\/\/liberator\/content\/liberator\.js -> (.+):\d+$/))
(m && (pluginPath = m[1].replace(/\?.*$/, '')))
);
return pluginPath;