Selectmenu: remove unused var

This commit is contained in:
Felix Nagel 2013-05-30 21:25:36 +02:00
parent 7be7d96ee2
commit bfd3c4aace

View File

@ -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>", {