refactor(navigation): update interfaces

This commit is contained in:
Dan Bucholtz
2017-08-24 14:23:38 -05:00
parent 80be8b2ca3
commit 2dc36f7274
5 changed files with 16 additions and 8 deletions

View File

@ -166,6 +166,7 @@ export function isReady(element: HTMLElement) {
resolve(elm);
});
});
}
/** @hidden */
export function deepCopy(obj: any) {