Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Commit a4cd7b1

Browse files
committed
JSC externs annotation must come first
1 parent a83cc70 commit a4cd7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

externs/html-imports.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @externs
23
* @license
34
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
45
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
@@ -8,7 +9,6 @@
89
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
910
*
1011
* @fileoverview The API provided by the webcomponents polyfills.
11-
* @externs
1212
*/
1313

1414
var HTMLImports = {};

0 commit comments

Comments
 (0)