Ajax: move explanatory comment to appropriate place

Ref 4b3e63066d
This commit is contained in:
Oleg Gaidarenko
2015-02-15 02:27:54 +03:00
parent 98c77c1199
commit 04fc801217

View File

@@ -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