Skip to content

Commit 01683ae

Browse files
author
Meena
committed
remove suppress ts type check
1 parent caff54a commit 01683ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/cloneObject.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export default function cloneObject<T>(source: T): T {
1010
const temp = {} as T;
1111

1212
for (const key in source) {
13-
// @ts-ignore:next-line
1413
if (
1514
"jQuery" in window &&
1615
window.jQuery &&

0 commit comments

Comments
 (0)