Fixed Code Style

Changed some converted spaces to tabs
This commit is contained in:
Randy808 2018-02-15 21:26:09 -05:00 committed by GitHub
parent fb2b40e8c7
commit d20b932fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -389,9 +389,9 @@ $.widget( "ui.autocomplete", {
that.xhr = $.ajax( {
url: url,
xhrFields: {
withCredentials: true
},
crossDomain: true,
withCredentials: true
},
crossDomain: true,
data: request,
dataType: "json",
success: function( data ) {