diff options
author | Felix Nagel <info@felixnagel.com> | 2013-12-18 20:11:29 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-12-18 20:11:29 +0100 |
commit | c9042b960f5c7b83a52e3b5c79dab2fed03f27e1 (patch) | |
tree | 6be489c33bd09540bfcead3d883cd3cc6e24b671 | |
parent | 3dfa08f22753074ce8d873b68cdc1341161f70be (diff) | |
download | jquery-ui-c9042b960f5c7b83a52e3b5c79dab2fed03f27e1.tar.gz jquery-ui-c9042b960f5c7b83a52e3b5c79dab2fed03f27e1.zip |
Selectmenu: fix lint issue
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 5990e1910..be7660101 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -162,7 +162,7 @@ $.widget( "ui.selectmenu", { this.menuInstance._isDivider = function() { return false; - } + }; }, refresh: function() { |