Fixing namespace issue for dialogUtils functions

This commit is contained in:
Eloízio Salgado 2017-03-01 16:58:15 -03:00
parent 35b855de56
commit 33101f3881

View File

@ -372,7 +372,7 @@ Template.protocolEditor.events({
text: 'Are you sure you would like to remove this Protocol? This cannot be reversed.'
};
OHIF.viewerbase.showConfirmDialog(() => {
OHIF.viewerbase.dialogUtils.showConfirmDialog(() => {
// Remove the Protocol
HP.ProtocolStore.removeProtocol(selectedProtocol.id);