diff options
author | suVene | 2008-12-06 20:43:44 +0000 |
---|---|---|
committer | suVene | 2008-12-06 20:43:44 +0000 |
commit | 0b17746bf15614537c8a70e4fc4b636a82e8bb2f (patch) | |
tree | f15c1742fc7d032bf051d7167d0781952425b999 /libly.js | |
parent | 70c18a8e46ceae197184d28c41682ba908e23da0 (diff) | |
download | vimperator-plugins-0b17746bf15614537c8a70e4fc4b636a82e8bb2f.tar.bz2 |
library is moved to a libly.js
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26020 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'libly.js')
-rw-r--r-- | libly.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ /** * ==VimperatorPlugin== - * @name _libly.js + * @name libly.js * @description suvene's library * @description-ja 適当なライブラリっぽいものたち * @author suVene suvene@zeromemory.info @@ -27,7 +27,7 @@ lib.$U = {//{{{ }; this.echo = function(msg, flg) { flg = flg || commandline.FORCE_MULTILINE; - this.log(msg); + // this.log(msg); liberator.echo(msg, flg); }; this.echoerr = function(msg) { |