diff options
Diffstat (limited to 'bower_components/jquery/src/ajax/var/location.js')
| -rw-r--r-- | bower_components/jquery/src/ajax/var/location.js | 3 |
1 files changed, 3 insertions, 0 deletions
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; +} ); |
