redefine alert

This commit is contained in:
ansuz 2017-04-14 14:54:43 +02:00
parent f694a81a5c
commit 525d35c9ec

View file

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