Added missing semicolon
authorAlexander Ebert <ebert@woltlab.com>
Sun, 31 May 2015 14:20:41 +0000 (16:20 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 31 May 2015 14:20:41 +0000 (16:20 +0200)
wcfsetup/install/files/js/WoltLab/WCF/UI/Dialog.js

index fd4dc4ba549e6a8e4f1c1f43b623b4cc811e2305..8f33b34da6893892c041ba724b98019b7c1e1b4c 100644 (file)
@@ -91,7 +91,7 @@ define(
                                                UIConfirmation.show({
                                                        confirm: this.close.bind(this, id),
                                                        message: options.closeConfirmMessage
-                                               })
+                                               });
                                        }).bind(this);
                                }