mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
docs(util): hide normalizeURL (#11735)
This commit is contained in:
committed by
Brandy Carney
parent
4c57326dc4
commit
0570e3e262
@ -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'];
|
||||||
|
|||||||
Reference in New Issue
Block a user