Skip to content

Commit

Permalink
Autocomplete: Fixed class removal in .destroy().
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Feb 23, 2010
1 parent b26336f commit aa8f6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.autocomplete.js
Expand Up @@ -129,7 +129,7 @@ $.widget( "ui.autocomplete", {

destroy: function() {
this.element
.removeClass( "ui-autocomplete ui-widget ui-widget-content ui-corner-all" )
.removeClass( "ui-autocomplete-input ui-widget ui-widget-content" )
.removeAttr( "autocomplete" )
.removeAttr( "role" )
.removeAttr( "aria-autocomplete" )
Expand Down

0 comments on commit aa8f6c5

Please sign in to comment.