diff options
Diffstat (limited to 'node_modules/jquery/src/ajax/var/location.js')
| -rw-r--r-- | node_modules/jquery/src/ajax/var/location.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/jquery/src/ajax/var/location.js b/node_modules/jquery/src/ajax/var/location.js new file mode 100644 index 0000000..4171d18 --- /dev/null +++ b/node_modules/jquery/src/ajax/var/location.js @@ -0,0 +1,5 @@ +define( function() { + "use strict"; + + return window.location; +} ); |
