]> source.dussan.org Git - jquery-ui.git/commitdiff
fixed: follow up for jQuery UI 1.8.x conformance, thx to Andreas, see http://github...
authorFelix Nagel <info@felixnagel.com>
Fri, 27 Aug 2010 20:04:03 +0000 (22:04 +0200)
committerFelix Nagel <info@felixnagel.com>
Fri, 27 Aug 2010 20:04:03 +0000 (22:04 +0200)
ui/jquery.ui.selectmenu.js

index a3965fef1154595b074d90975be2a4f29af88455..589e8ef8ee891f6ec17d5662f3816592e7362b83 100644 (file)
@@ -456,7 +456,7 @@ $.widget("ui.selectmenu", {
                numPerPage = (direction == 'up') ? -numPerPage : numPerPage;
                this._moveFocus(numPerPage);
        },
-       _setData: function(key, value) {
+       _setOption: function(key, value) {
                this.options[key] = value;
                if (key == 'disabled') {
                        this.close();