UNPKG
redline
Version:
latest (1.0.1)
1.0.1
1.0.0
0.10.0
0.9.0
Customizable html gauge
github.com/dsblv/Redline.js
dsblv/Redline.js
redline
/
src
/
js
/
outro.js
12 lines
(9 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
if
(
typeof
noGlobal ===
typeof
undefined
) {
window
.
Redline
=
Redline
; }
/* Converting to jquery plugin */
if
(
window
.
jQuery
&&
window
.
jQuery
.
bridget
) { jQuery.
bridget
(
'redline'
,
Redline
); }
return
Redline
; }));