Skip to content

Commit

Permalink
Suppress "non-existent property" warnings in spf.url
Browse files Browse the repository at this point in the history
Tighter property checking in JsCompiler is warning about the `username`
and `password` property access on `a` elements.  Temporarily suppress
these warnings until the default externs can be fixed or the property
accesses are removed.
  • Loading branch information
nicksay committed Dec 29, 2016
1 parent cf845f8 commit ab80c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/url/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* @fileoverview URL manipulation functions.
*
* @author [email protected] (Alex Nicksay)
* @suppress {missingProperties}
*/

goog.provide('spf.url');
Expand Down

0 comments on commit ab80c98

Please sign in to comment.