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( {
|
||||
url: url,
|
||||
xhrFields: {
|
||||
withCredentials: true
|
||||
},
|
||||
crossDomain: true,
|
||||
withCredentials: true
|
||||
},
|
||||
crossDomain: true,
|
||||
data: request,
|
||||
dataType: "json",
|
||||
success: function( data ) {
|
||||
|
Loading…
Reference in New Issue
Block a user