Remove window.jQuery (#878)

This commit is contained in:
Steve Faulkner
2021-06-09 14:03:42 -07:00
committed by GitHub
parent bcc9f8dd32
commit c632342a43
2 changed files with 2 additions and 9 deletions

5
src/global.d.ts vendored
View File

@@ -13,11 +13,6 @@ declare global {
* No new usage of jQuery ($)
* */
$: any;
/**
* @deprecated
* No new usage of jQuery
* */
jQuery: any;
gitSha: string;
}
}