mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-20 04:11:52 +00:00
Coding standards
This commit is contained in:
parent
b02e19891a
commit
8117f12ad5
1 changed files with 1 additions and 1 deletions
|
|
@ -612,7 +612,7 @@
|
|||
$.mobile.showPageLoadingMsg();
|
||||
}
|
||||
|
||||
$.ajaxTransport("+*", function( s ) {
|
||||
$.ajaxTransport( "+*", function( s ) {
|
||||
if ( s.crossDomain && !$.mobile.ajaxCrossDomainEnabled ) {
|
||||
return {
|
||||
send: function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue