summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/gr-diff/gr-diff-root.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/gr-diff/gr-diff-root.html')
-rw-r--r--polygerrit-ui/app/gr-diff/gr-diff-root.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/polygerrit-ui/app/gr-diff/gr-diff-root.html b/polygerrit-ui/app/gr-diff/gr-diff-root.html
new file mode 100644
index 0000000000..132654c14d
--- /dev/null
+++ b/polygerrit-ui/app/gr-diff/gr-diff-root.html
@@ -0,0 +1,7 @@
+<script>
+ // Needed for JSCompiler to understand it's global.
+ // eslint-disable-next-line no-unused-vars, prefer-const
+ let Gerrit = window.Gerrit || {};
+ window.Gerrit = Gerrit;
+</script>
+<link rel="import" href="../elements/diff/gr-diff/gr-diff.html">