aboutsummaryrefslogtreecommitdiffstats
path: root/notifier/observer_growl.js
diff options
context:
space:
mode:
authorsuVene2008-12-07 22:52:49 +0000
committersuVene2008-12-07 22:52:49 +0000
commitcc6d860ff13ec4ba88cd29b4182076c24539a99d (patch)
tree7fb94c8e50e3d3e0d818500dac38c2365191e9aa /notifier/observer_growl.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/observer_growl.js')
-rw-r--r--notifier/observer_growl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/notifier/observer_growl.js b/notifier/observer_growl.js
index 2875909..166e1ab 100644
--- a/notifier/observer_growl.js
+++ b/notifier/observer_growl.js
@@ -17,8 +17,8 @@
var notifier = liberator.plugins.notifier;
if (!notifier) return;
-var lib = notifier.lib;
-var $U = lib.$U;
+var libly = notifier.libly;
+var $U = libly.$U;
var logger = $U.getLogger('observer_growl');
var Growl = function() {//{{{