diff --git a/ui/autocomplete.js b/ui/autocomplete.js index bdf995621a0..4b9ad0d0693 100644 --- a/ui/autocomplete.js +++ b/ui/autocomplete.js @@ -16,11 +16,11 @@ //>>css.structure: ../themes/base/autocomplete.css //>>css.theme: ../themes/base/theme.css -(function( factory ) { +( function( factory ) { if ( typeof define === "function" && define.amd ) { // AMD. Register as an anonymous module. - define([ + define( [ "jquery", "./core", "./widget", @@ -32,7 +32,7 @@ // Browser globals factory( jQuery ); } -}(function( $ ) { +}( function( $ ) { $.widget( "ui.autocomplete", { version: "@VERSION", @@ -203,15 +203,15 @@ $.widget( "ui.autocomplete", { this.close( event ); this._change( event ); } - }); + } ); this._initSource(); this.menu = $( "