aboutsummaryrefslogtreecommitdiffstats
path: root/libly.js
diff options
context:
space:
mode:
authorsuVene2008-12-06 20:43:44 +0000
committersuVene2008-12-06 20:43:44 +0000
commit0b17746bf15614537c8a70e4fc4b636a82e8bb2f (patch)
treef15c1742fc7d032bf051d7167d0781952425b999 /libly.js
parent70c18a8e46ceae197184d28c41682ba908e23da0 (diff)
downloadvimperator-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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/libly.js b/libly.js
index 13dc034..5878e9a 100644
--- a/libly.js
+++ b/libly.js
@@ -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) {