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