mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Selectmenu: remove unused var
This commit is contained in:
parent
7be7d96ee2
commit
bfd3c4aace
3
ui/jquery.ui.selectmenu.js
vendored
3
ui/jquery.ui.selectmenu.js
vendored
@ -99,8 +99,7 @@ $.widget( "ui.selectmenu", {
|
|||||||
},
|
},
|
||||||
|
|
||||||
_drawMenu: function() {
|
_drawMenu: function() {
|
||||||
var menuInstance,
|
var that = this;
|
||||||
that = this;
|
|
||||||
|
|
||||||
// Create menu portion, append to body
|
// Create menu portion, append to body
|
||||||
this.menu = $( "<ul>", {
|
this.menu = $( "<ul>", {
|
||||||
|
Loading…
Reference in New Issue
Block a user