UNPKG
attr
Version:
latest (3.0.2)
3.0.2
3.0.0
2.0.0
1.0.1
0.0.3
0.0.2
0.0.1
0.0.1-security
0.0.0
A basic getter/setter mixin that abstracts accessing a data map.
attr
/
test.html
11 lines
(10 loc)
•
242 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
can/map/define
</
title
>
</
head
>
<
body
>
<
script
src
=
"./node_modules/steal/steal.js"
data-mocha
=
"bdd"
main
=
"bin/tests"
>
</
script
>
</
body
>
</
html
>