update components

This commit is contained in:
Luke Pulverenti 2016-03-04 22:39:49 -05:00
parent 7dbb1f7535
commit b447272b19
26 changed files with 478 additions and 107 deletions

View file

@ -23,11 +23,13 @@
function onBackCommand(e) {
inputManager.off(dlg, onBackCommand);
if (e.detail.command == 'back') {
inputManager.off(dlg, onBackCommand);
self.closedByBack = true;
dlg.close();
e.preventDefault();
self.closedByBack = true;
dlg.close();
e.preventDefault();
}
}
function onDialogClosed() {