Skip to content

Commit

Permalink
Adds closure annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
paullewis committed Jul 15, 2016
1 parent 2ab1ee7 commit d2b2cec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lighthouse-core/closure/typedefs/Artifacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ Artifacts.prototype.ContentWidth;

/** @type {!Array<string>} */
Artifacts.prototype.CacheContents;

/** @type {!Array<!Object>} */
Artifacts.prototype.Interstitial;

0 comments on commit d2b2cec

Please sign in to comment.