Annotation updates

Change-Id: I146f76b9dcc1a92e18acec01481ad280fb431868
This commit is contained in:
Becky Siegel
2017-08-11 16:32:47 -07:00
parent ffd3eb03e7
commit 8d92d53db5
77 changed files with 537 additions and 194 deletions

View File

@@ -22,6 +22,7 @@ limitations under the License.
/** @polymerBehavior Gerrit.BaseUrlBehavior */
Gerrit.BaseUrlBehavior = {
/** @return {string} */
getBaseUrl() {
return window.CANONICAL_PATH || '';
},

View File

@@ -22,7 +22,7 @@ limitations under the License.
<script src="../../bower_components/web-component-tester/browser.js"></script>
<link rel="import" href="../../test/common-test-setup.html"/>
<script>
/** @type {String} */
/** @type {string} */
window.CANONICAL_PATH = '/r';
</script>
<link rel="import" href="base-url-behavior.html">