From 04fc80121756189e1270b1336b4202f99726fa14 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Sun, 15 Feb 2015 02:27:54 +0300 Subject: [PATCH] Ajax: move explanatory comment to appropriate place Ref 4b3e63066dd480d07b9ce8057cb0c02b8ad7e990 --- src/manipulation/_evalUrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manipulation/_evalUrl.js b/src/manipulation/_evalUrl.js index 007e7293c..59464bcd9 100644 --- a/src/manipulation/_evalUrl.js +++ b/src/manipulation/_evalUrl.js @@ -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