Sign in
gerrit
/
gerrit
/
3a0123d7bc1e15cc0c978534b7cecbfa130bffc7
/
.
/
polygerrit-ui
/
app
/
scripts
/
rootElement.ts
blob: 1dbb2a11d5cb98ee0e8d326f2f27fe1996c89388 [
file
] [
log
] [
blame
]
/**
* @license
* Copyright 2017 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Returns the root element of the dom: body.
*/
export
const
getRootElement
=
()
=>
document
.
body
;