Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
a5a40d4d4fdea1864cdb435c81eff366b7fac16d
/
.
/
node_modules
/
jquery
/
src
/
ajax
/
var
/
location.js
blob: 4171d18c366eaec112f75c1b3865fed7b6fb8e49 [
file
] [
log
] [
blame
]
Copybara bot
be50d49
2023-11-30 00:16:42 +0100
[
diff
] [
blame
]
1
define
(
function
()
{
2
"use strict"
;
3
4
return
window
.
location
;
5
}
);