diff options
Diffstat (limited to 'src/ajax/var/location.js')
-rw-r--r-- | src/ajax/var/location.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ajax/var/location.js b/src/ajax/var/location.js new file mode 100644 index 000000000..4c9cf4a4c --- /dev/null +++ b/src/ajax/var/location.js @@ -0,0 +1,3 @@ +define(function() { + return window.location; +}); |