]> source.dussan.org Git - jquery-ui.git/commitdiff
fixed: missing semicolon
authorFelix Nagel <info@felixnagel.com>
Sat, 13 Nov 2010 01:13:28 +0000 (02:13 +0100)
committerFelix Nagel <info@felixnagel.com>
Sat, 13 Nov 2010 01:13:28 +0000 (02:13 +0100)
ui/jquery.ui.selectmenu.js

index 075d7b3c2648d8818ded79ad2b1854f8eb412b1f..cd6b15578e9b34a918408a55bffb26ee7f2d2b40 100644 (file)
@@ -247,7 +247,7 @@ $.widget("ui.selectmenu", {
                         if (o.maxHeight < this.list.height()){ this.list.height(o.maxHeight); }
                } else {
                        if (!o.format && ($(window).height() / 3) < this.list.height()) {
-                               o.maxHeight = $(window).height() / 3
+                               o.maxHeight = $(window).height() / 3;
                                this.list.height(o.maxHeight);
                        }
                }