Files
gerrit/polygerrit-ui/app/gr-diff/gr-diff-root.html
Ben Rohlfs 233b4f46ee Assigning the global Gerrit js object just once as window.Gerrit
The JS compiler for the Polymer 2 build has complained about
redeclaration of Gerrit, so apparently it understands that Gerrit and
window.Gerrit are the same thing.

Change-Id: Ic19549d63393954087d22ce72012661a7668cb83
2019-06-05 12:22:19 +02:00

5 lines
123 B
HTML

<script>
window.Gerrit = window.Gerrit || {};
</script>
<link rel="import" href="../elements/diff/gr-diff/gr-diff.html">