Skip to content

Commit

Permalink
Ajax: move explanatory comment to appropriate place
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Feb 14, 2015
1 parent 98c77c1 commit 04fc801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manipulation/_evalUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ define([
jQuery._evalUrl = function( url ) {
return jQuery.ajax({
url: url,

// Make this explicit, since user can override this through ajaxSetup (#11264)
type: "GET",
dataType: "script",
cache: true,

// Make this explicit, since user can override this through ajaxSetup (#11264)
async: false,
global: false,
"throws": true
Expand Down

0 comments on commit 04fc801

Please sign in to comment.