aboutsummaryrefslogtreecommitdiffstats
path: root/notifier.js
diff options
context:
space:
mode:
authorsuVene2008-12-07 22:52:49 +0000
committersuVene2008-12-07 22:52:49 +0000
commitcc6d860ff13ec4ba88cd29b4182076c24539a99d (patch)
tree7fb94c8e50e3d3e0d818500dac38c2365191e9aa /notifier.js
parentc7ecf6edd5a67cac55a9313827886b40ee42bf52 (diff)
downloadvimperator-plugins-cc6d860ff13ec4ba88cd29b4182076c24539a99d.tar.bz2
*libty.js bug fix.
*それに伴うmulti_requester.jsの修正 *subject_test.js rename to subject_hatelabo_bottle.js(途中) *etc. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26085 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'notifier.js')
-rw-r--r--notifier.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/notifier.js b/notifier.js
index db0af9b..126c523 100644
--- a/notifier.js
+++ b/notifier.js
@@ -29,8 +29,8 @@ if (liberator.plugins.notifier && liberator.plugins.notifier._self) {
function bootstrap() {
- var lib = liberator.plugins.libly;
- var $U = lib.$U;
+ var libly = liberator.plugins.libly;
+ var $U = libly.$U;
var logger = $U.getLogger('notifier');
var Loader = function() {//{{{
@@ -160,7 +160,7 @@ function bootstrap() {
$U.bind(this, function(args) { this.stop() }), null, true
);
- liberator.plugins.notifier.lib = lib;
+ liberator.plugins.notifier.libly = libly;
liberator.plugins.notifier.Message = Message;
this.observers = new Loader('observer', function(args) new Observer(args));
@@ -213,7 +213,6 @@ function bootstrap() {
logger.echo('notifier[' + this.id + '] stopped.(' + start + ')', commandline.force_singleline);
}), 10);
- logger.log('start end');
},//}}}
stop: function(finallycallback) {//{{{
if (!this.timer) {