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/ajax/var | |
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/ajax/var')
-rw-r--r-- | lib/jquery/src/ajax/var/location.js | 5 | ||||
-rw-r--r-- | lib/jquery/src/ajax/var/nonce.js | 7 | ||||
-rw-r--r-- | lib/jquery/src/ajax/var/rquery.js | 5 |
3 files changed, 0 insertions, 17 deletions
diff --git a/lib/jquery/src/ajax/var/location.js b/lib/jquery/src/ajax/var/location.js deleted file mode 100644 index 4171d18..0000000 --- a/lib/jquery/src/ajax/var/location.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - "use strict"; - - return window.location; -} ); diff --git a/lib/jquery/src/ajax/var/nonce.js b/lib/jquery/src/ajax/var/nonce.js deleted file mode 100644 index 6e23708..0000000 --- a/lib/jquery/src/ajax/var/nonce.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "../../core" -], function( jQuery ) { - "use strict"; - - return jQuery.now(); -} ); diff --git a/lib/jquery/src/ajax/var/rquery.js b/lib/jquery/src/ajax/var/rquery.js deleted file mode 100644 index 06fc374..0000000 --- a/lib/jquery/src/ajax/var/rquery.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - "use strict"; - - return ( /\?/ ); -} ); |