aboutsummaryrefslogtreecommitdiffstats
path: root/google-plus-commando.js
diff options
context:
space:
mode:
authoranekos2011-08-03 16:53:31 +0900
committeranekos2011-08-03 16:53:31 +0900
commit73d4c038dddfd8737642cb25ad43993a1fb9c62a (patch)
treeebd838bea5a4925690405f1dfbd565803c8e368d /google-plus-commando.js
parentc62d26557a4470d4090ffe4b097d06b4f207a63e (diff)
downloadvimperator-plugins-73d4c038dddfd8737642cb25ad43993a1fb9c62a.tar.bz2
ちぇっくもれ
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r--google-plus-commando.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js
index 029cfbe..40a6fd8 100644
--- a/google-plus-commando.js
+++ b/google-plus-commando.js
@@ -583,7 +583,7 @@ let g:gplus_commando_map_menu = "m"
let notifications = Elements.frames.notifications;
- if (notifications.visible && notifications.entry.visible)
+ if (notifications && notifications.visible && notifications.entry.visible)
return click(Elements.frames.notifications.entry[dir]);
let arrowTarget = (function () {