update components

This commit is contained in:
Luke Pulverenti 2016-07-11 13:18:52 -04:00
parent 5df632bdee
commit a21e807db5
7 changed files with 12 additions and 14 deletions

View file

@ -47,7 +47,10 @@
function onDialogClosed() {
inputManager.off(dlg, onBackCommand);
if (!isHistoryEnabled(dlg)) {
inputManager.off(dlg, onBackCommand);
}
window.removeEventListener('popstate', onHashChange);
removeBackdrop(dlg);