We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9736b3 commit 7c288f9Copy full SHA for 7c288f9
ui/jquery.ui.selectmenu.js
@@ -227,9 +227,7 @@ $.widget("ui.selectmenu", {
227
});
228
229
// needed when window is resized
230
- $(window).bind("resize.selectmenu", function() {
231
- $.proxy(self._refreshPosition, this);
232
- });
+ $(window).bind( "resize.selectmenu", $.proxy( self._refreshPosition, this ) );
233
},
234
235
_init: function() {
0 commit comments