UNPKG
sioux-ui-switch
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
UISwitch module for sioux
github.com/gerhardberger/sioux-ui-switch
gerhardberger/sioux-ui-switch
sioux-ui-switch
/
example
/
node_modules
/
browserify
/
test
/
tr
/
main.js
8 lines
(6 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
f =
require
(
'./f.js'
);
var
m =
require
(
'm'
);
var
g =
require
(
'g'
); t.
equal
(
m
(
f
(
AAA
)),
555
,
'transformation scope'
); t.
equal
(
g
(
3
),
333
,
'sub-transformation applied'
); t.
equal
(
typeof
GGG
,
'undefined'
,
'GGG leak'
);