Just added $ to the global exports (#29449)

This commit is contained in:
CiriousJoker
2018-10-10 21:56:59 +02:00
committed by Andy
parent 7e5f12eec1
commit 5e0ae37bed

View File

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