Skip to content

Commit

Permalink
Merge pull request #450 from youtube/DavidCPhillips-patch-1
Browse files Browse the repository at this point in the history
Suppress strictMissingDeps in SPFJS.
  • Loading branch information
DavidCPhillips authored Feb 22, 2019
2 parents d187bb2 + befb72f commit e05f3e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
/**
* The top-level SPF namespace.
* @namespace
* @suppress {duplicate}
* @noalias
* @suppress {duplicate,strictMissingProperties}
*/
var spf = {};

Expand Down

0 comments on commit e05f3e4

Please sign in to comment.