mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(select): update select interfaces
This commit is contained in:
@ -223,11 +223,6 @@ export function getOrAppendElement(tagName: string): Element {
|
||||
return tmp;
|
||||
}
|
||||
|
||||
/** @hidden */
|
||||
export function deepCopy(obj: any) {
|
||||
return JSON.parse(JSON.stringify(obj));
|
||||
}
|
||||
|
||||
export function getWindow() {
|
||||
return window;
|
||||
}
|
||||
|
Reference in New Issue
Block a user