docs(util): hide normalizeURL (#11735)

This commit is contained in:
Ibby Hadeed
2017-05-30 11:47:52 -04:00
committed by Brandy Carney
parent 4c57326dc4
commit 0570e3e262

View File

@ -50,7 +50,8 @@ export function debounce(fn: Function, wait: number, immediate: boolean = false)
} }
/** /**
* Rewrites an absolute URL so it works across file and http based engines. * @hidden
* Rewrites an absolute URL so it works across file and http based engines
*/ */
export function normalizeURL(url: string): string { export function normalizeURL(url: string): string {
const ionic = (<any>window)['Ionic']; const ionic = (<any>window)['Ionic'];