Adds missing semicolon
authorMatthias Schmidt <gravatronics@live.com>
Sat, 21 Sep 2013 07:38:41 +0000 (09:38 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 21 Sep 2013 07:38:41 +0000 (09:38 +0200)
wcfsetup/install/files/js/WCF.Message.js

index cb4b6ccff3c7f6b99bb1449aa1e4a1d6130fc1c9..95c4d3b80fbb8f21357e34f0863d41e7916d2c77 100644 (file)
@@ -3352,7 +3352,7 @@ WCF.Message.UserMention = Class.extend({
                                
                                this._dropdownMenu.css({
                                        top: $dropdownMenuPosition.top - this._dropdownMenu.outerHeight() - 2 * this._lineHeight + 5
-                               })
+                               });
                        }
                        else {
                                this._dropdownMenu.removeClass('dropdownArrowBottom');