diff options
author | Felix Nagel <info@felixnagel.com> | 2010-11-24 19:28:21 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2010-11-24 19:28:21 +0100 |
commit | 158a966b56fb91470d371baee37d8c8847150492 (patch) | |
tree | f83008a29a74c20d37ee66588aeffed56a393c6c | |
parent | 7d9e06ce8dcff2c5fc256393cd2eb60f5e96e3fe (diff) | |
download | jquery-ui-158a966b56fb91470d371baee37d8c8847150492.tar.gz jquery-ui-158a966b56fb91470d371baee37d8c8847150492.zip |
removed: unnecessary refreshPosition in value method
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index b6c464622..4b32e5af6 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -493,7 +493,6 @@ $.widget("ui.selectmenu", { if (arguments.length) { this.element[0].selectedIndex = newValue; this._refreshValue(); - this._refreshPosition(); } return this.element[0].selectedIndex; }, |