diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-12-25 16:58:41 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-12-25 16:58:41 -0500 |
commit | 49d54c0c3199fb8e380ce68f8fb08a308ddf56a7 (patch) | |
tree | 87e9be319452d75241476853a3b240aabdcbd7e2 /lib/jquery/src/manipulation/_evalUrl.js | |
parent | 6a844225b3b63b89926e136cf65c140df01a4677 (diff) | |
download | ytlibre-49d54c0c3199fb8e380ce68f8fb08a308ddf56a7.tar.lz ytlibre-49d54c0c3199fb8e380ce68f8fb08a308ddf56a7.tar.xz ytlibre-49d54c0c3199fb8e380ce68f8fb08a308ddf56a7.zip |
migración mayor a smarty PHP
Diffstat (limited to 'lib/jquery/src/manipulation/_evalUrl.js')
-rw-r--r-- | lib/jquery/src/manipulation/_evalUrl.js | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/jquery/src/manipulation/_evalUrl.js b/lib/jquery/src/manipulation/_evalUrl.js deleted file mode 100644 index f9ec702..0000000 --- a/lib/jquery/src/manipulation/_evalUrl.js +++ /dev/null @@ -1,23 +0,0 @@ -define( [ - "../ajax" -], function( jQuery ) { - -"use strict"; - -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, - async: false, - global: false, - "throws": true - } ); -}; - -return jQuery._evalUrl; - -} ); |