From 13bf4c7b0d23c74c5ebd950c6821bae2fcd159e7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 4 Apr 2014 06:40:11 -0400 Subject: [PATCH] refactor(notify) rm unused var Allow --- lib/client/notify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/notify.js b/lib/client/notify.js index e09efdce..6038bbaf 100644 --- a/lib/client/notify.js +++ b/lib/client/notify.js @@ -12,7 +12,7 @@ var Util, DOM, CloudCmd; function NotifyProto() { var Events = DOM.Events, - Show, Allow, + Show, Notify = this, Notification = window.Notification;