style(common): remove unnecessary private annotation (#34734)

The `@private` annotation on a function upsets tsc, and appears
unnecessary for non-exported functions.

PR Close #34734
This commit is contained in:
Ayaz Hafiz 2020-01-10 15:33:28 -08:00 committed by atscott
parent bfe9bc912a
commit a44479d0a0
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ function _stripIndexHtml(url: string): string {
/**
* Tries to decode the URI component without throwing an exception.
*
* @private
* @param str value potential URI component to check.
* @returns the decoded URI if it can be decoded or else `undefined`.
*/