mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(notify) rm unused var Allow
This commit is contained in:
parent
d4ee6dad5b
commit
13bf4c7b0d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ var Util, DOM, CloudCmd;
|
|||
|
||||
function NotifyProto() {
|
||||
var Events = DOM.Events,
|
||||
Show, Allow,
|
||||
Show,
|
||||
Notify = this,
|
||||
Notification = window.Notification;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue