Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
gseguin committed Jun 30, 2011
1 parent aa53c84 commit 1844faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
$.mobile.showPageLoadingMsg();
}

$.ajaxTransport("+*", function( s ) {
$.ajaxTransport( "+*", function( s ) {
if ( s.crossDomain && !$.mobile.ajaxCrossDomainEnabled ) {
return {
send: function() {
Expand Down

0 comments on commit 1844faa

Please sign in to comment.