Revert 18a94cac30e18c
This commit is contained in:
parent
e2228964d4
commit
53af483a18
|
@ -43,13 +43,11 @@ function messageBox({
|
|||
}
|
||||
|
||||
function resolveWith(value) {
|
||||
if (messageBox.resolve) {
|
||||
unbindGlobalListeners();
|
||||
setTimeout(messageBox.resolve, 0, value);
|
||||
animateElement(messageBox.element, {className: 'fadeout', remove: true})
|
||||
.then(removeSelf);
|
||||
}
|
||||
}
|
||||
|
||||
function createElement() {
|
||||
if (messageBox.element) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user