Skip to content

Commit

Permalink
Add @fileoverview, put @suppress after it
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Feb 6, 2019
1 parent 4321da0 commit aba0f90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/mixins/dir-mixin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* @fileoverview
* @suppress {checkPrototypalTypes}
* @license Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at
Expand Down
1 change: 1 addition & 0 deletions lib/mixins/disable-upgrade-mixin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* @fileoverview
* @suppress {checkPrototypalTypes}
* @license Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at
Expand Down
1 change: 1 addition & 0 deletions lib/mixins/element-mixin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* @fileoverview
* @suppress {checkPrototypalTypes}
* @license Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at
Expand Down
1 change: 1 addition & 0 deletions lib/mixins/property-effects.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* @fileoverview
* @suppress {checkPrototypalTypes}
* @license Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at
Expand Down

0 comments on commit aba0f90

Please sign in to comment.