mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Fixed Code Style
Changed some converted spaces to tabs
This commit is contained in:
parent
fb2b40e8c7
commit
d20b932fd7
@ -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 ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user