From ffb671c61a24a9086343b54bad080e145ff33fc5 Mon Sep 17 00:00:00 2001 From: Dererk Date: Tue, 15 Nov 2016 14:18:46 -0300 Subject: New upstream version 7.8.1 --- bower_components/jquery/src/ajax/var/location.js | 3 +++ bower_components/jquery/src/ajax/var/nonce.js | 4 ++-- bower_components/jquery/src/ajax/var/rquery.js | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 bower_components/jquery/src/ajax/var/location.js (limited to 'bower_components/jquery/src/ajax/var') diff --git a/bower_components/jquery/src/ajax/var/location.js b/bower_components/jquery/src/ajax/var/location.js new file mode 100644 index 0000000..ff9578e --- /dev/null +++ b/bower_components/jquery/src/ajax/var/location.js @@ -0,0 +1,3 @@ +define( function() { + return window.location; +} ); diff --git a/bower_components/jquery/src/ajax/var/nonce.js b/bower_components/jquery/src/ajax/var/nonce.js index 0871aae..83fd557 100644 --- a/bower_components/jquery/src/ajax/var/nonce.js +++ b/bower_components/jquery/src/ajax/var/nonce.js @@ -1,5 +1,5 @@ -define([ +define( [ "../../core" ], function( jQuery ) { return jQuery.now(); -}); +} ); diff --git a/bower_components/jquery/src/ajax/var/rquery.js b/bower_components/jquery/src/ajax/var/rquery.js index 500a77a..0502146 100644 --- a/bower_components/jquery/src/ajax/var/rquery.js +++ b/bower_components/jquery/src/ajax/var/rquery.js @@ -1,3 +1,3 @@ -define(function() { - return (/\?/); -}); +define( function() { + return ( /\?/ ); +} ); -- cgit v1.2.3