This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
wjinan
/
ck-ops
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
11157b5c87
Branche
Tagy
master
ck-ops
/
code
/
grafana
/
public
/
test
/
global-jquery-shim.ts
global-jquery-shim.ts
85 B
História
Raw
1
2
3
4
import $ from 'jquery';
const global = window as any;
global.$ = global.jQuery = $;