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( { that.xhr = $.ajax( {
url: url, url: url,
xhrFields: { xhrFields: {
withCredentials: true withCredentials: true
}, },
crossDomain: true, crossDomain: true,
data: request, data: request,
dataType: "json", dataType: "json",
success: function( data ) { success: function( data ) {