fixes broken dialogs in firefox

This commit is contained in:
perploug
2013-11-14 09:07:40 +01:00
parent 6cddd55065
commit 85155175cb

View File

@@ -349,7 +349,7 @@ Umbraco.Sys.registerNamespace("Umbraco.Application");
else {
//instead of calling just the dialog service we funnel it through the global
//event emitter
getRootScope().$emit("closeDialogs", event);
getRootScope().$emit("closeDialogs", undefined);
}
},
_debug: function(strMsg) {