aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2010-11-24 19:28:21 +0100
committerFelix Nagel <info@felixnagel.com>2010-11-24 19:28:21 +0100
commit158a966b56fb91470d371baee37d8c8847150492 (patch)
treef83008a29a74c20d37ee66588aeffed56a393c6c
parent7d9e06ce8dcff2c5fc256393cd2eb60f5e96e3fe (diff)
downloadjquery-ui-158a966b56fb91470d371baee37d8c8847150492.tar.gz
jquery-ui-158a966b56fb91470d371baee37d8c8847150492.zip
removed: unnecessary refreshPosition in value method
-rw-r--r--ui/jquery.ui.selectmenu.js1
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;
},