redefine alert

This commit is contained in:
ansuz 2017-04-14 14:54:43 +02:00
parent f694a81a5c
commit 525d35c9ec
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ define([
var stopListening = common.stopListening = UI.stopListening; var stopListening = common.stopListening = UI.stopListening;
common.prompt = UI.prompt; common.prompt = UI.prompt;
common.confirm = UI.confirm; common.confirm = UI.confirm;
common.alert = UI.alert;
common.log = UI.log; common.log = UI.log;
common.warn = UI.warn; common.warn = UI.warn;
common.spinner = UI.spinner; common.spinner = UI.spinner;