diff options
author | anekos | 2013-01-15 20:56:13 +0900 |
---|---|---|
committer | anekos | 2013-01-15 20:56:13 +0900 |
commit | ae78ac575454e229e842729bcc2fe210cbb6d395 (patch) | |
tree | fd1f7995da0cd432001df1fa048fb4797e9ca424 | |
parent | c6ffe4e8d3747535e4a2a03d469696001efacc0b (diff) | |
download | vimperator-plugins-ae78ac575454e229e842729bcc2fe210cbb6d395.tar.bz2 |
フォーマットかわてるねん
-rw-r--r-- | _libly.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,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; |