This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
wjinan
/
ck-ops
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
11157b5c87
Rami (Branch)
Tag
master
ck-ops
/
code
/
grafana
/
public
/
test
/
global-jquery-shim.ts
global-jquery-shim.ts
85 B
Cronologia
Originale
1
2
3
4
import $ from 'jquery';
const global = window as any;
global.$ = global.jQuery = $;