Fix conflict with @types/jquery/index.d.ts (#29638)

This [change](5e0ae37bed (diff-138ae409cf0ed11a88023bb376b56599)) causes conflict with  @types/jquery/index.d.ts
This commit is contained in:
Sergey Kuznetsov
2018-10-11 17:50:10 +03:00
committed by John Reilly
parent ab049f04e7
commit c66319d258

View File

@@ -493,4 +493,3 @@ declare module "cash" {
export = CashStatic;
}
declare var cash: CashStatic;
declare var $: CashStatic;