Skip to content

Commit bfd3c4a

Browse files
committed
Selectmenu: remove unused var
1 parent 7be7d96 commit bfd3c4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ $.widget( "ui.selectmenu", {
9999
},
100100

101101
_drawMenu: function() {
102-
var menuInstance,
103-
that = this;
102+
var that = this;
104103

105104
// Create menu portion, append to body
106105
this.menu = $( "<ul>", {

0 commit comments

Comments
 (0)