Annotation updates
Change-Id: I146f76b9dcc1a92e18acec01481ad280fb431868
This commit is contained in:
		@@ -22,6 +22,7 @@ limitations under the License.
 | 
			
		||||
 | 
			
		||||
  /** @polymerBehavior Gerrit.BaseUrlBehavior */
 | 
			
		||||
  Gerrit.BaseUrlBehavior = {
 | 
			
		||||
    /** @return {string} */
 | 
			
		||||
    getBaseUrl() {
 | 
			
		||||
      return window.CANONICAL_PATH || '';
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -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">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user