diff options
author | anekos | 2008-11-01 15:51:21 +0000 |
---|---|---|
committer | anekos | 2008-11-01 15:51:21 +0000 |
commit | c6bb9a7b0c62e54b3771e82a9045236c20174653 (patch) | |
tree | e47e996c7853259d2ef95e0e3a50c6af32c07334 /umihara.js | |
parent | 1a5f318ae78eef98c951b15d9f7fd4279f1a6265 (diff) | |
download | vimperator-plugins-c6bb9a7b0c62e54b3771e82a9045236c20174653.tar.bz2 |
CVS Head対応。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22530 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'umihara.js')
-rw-r--r-- | umihara.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ '\n time: ' + m[1]; liberator.echo(text); if (clipboard) - liberator.util.copyToClipboard(text); + liberator.modules.util.copyToClipboard(text); } else { //liberator.open(url); liberator.echoerr('parse error'); |