diff --git a/umbraco/presentation/umbraco_client/modal/modal.js b/umbraco/presentation/umbraco_client/modal/modal.js index 810b03dc7f..4537e6afcd 100644 --- a/umbraco/presentation/umbraco_client/modal/modal.js +++ b/umbraco/presentation/umbraco_client/modal/modal.js @@ -24,7 +24,7 @@ Umbraco.Sys.registerNamespace("Umbraco.Controls"); } else { var modal = Umbraco.Controls.ModalWindow(); - modal.show(this, name, showHeader, width, height, top, leftOffset, closeTriggrs, onCloseCallback); + modal.show(this, name, showHeader, width, height, top, leftOffset, closeTriggers, onCloseCallback); } }); };