refactor(notify) rm unused var Allow

This commit is contained in:
coderaiser 2014-04-04 06:40:11 -04:00
parent d4ee6dad5b
commit 13bf4c7b0d

View file

@ -12,7 +12,7 @@ var Util, DOM, CloudCmd;
function NotifyProto() {
var Events = DOM.Events,
Show, Allow,
Show,
Notify = this,
Notification = window.Notification;