Skip to content

Commit

Permalink
Merge pull request #433 from nicksay/suppress-warnings
Browse files Browse the repository at this point in the history
Suppress "non-existent property" warnings in spf.url
  • Loading branch information
nicksay authored Dec 30, 2016
2 parents cf845f8 + ab80c98 commit 187fe39
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 187fe39

Please sign in to comment.