
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
5 lines
123 B
HTML
5 lines
123 B
HTML
<script>
|
|
window.Gerrit = window.Gerrit || {};
|
|
</script>
|
|
<link rel="import" href="../elements/diff/gr-diff/gr-diff.html">
|