Make dialog async

This commit is contained in:
Feross Aboukhadijeh
2016-05-19 20:24:25 -07:00
parent 47c554a5ff
commit 84c860cfcb

View File

@@ -33,6 +33,6 @@ function init () {
title: data.title,
message: data.message,
detail: data.detail
})
}, function () {})
})
}