UNPKG
occurrence
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Handle browser events.
github.com/ernysans/occurrence
ernysans/occurrence
occurrence
/
src
/
test
/
index.html
13 lines
(12 loc)
•
225 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Test Occurrence
</
title
>
<
script
type
=
"text/javascript"
src
=
"../../occurrence.js"
>
</
script
>
<
script
type
=
"text/javascript"
>
occurrence.test()
</
script
>
</
head
>
<
body
>
</
body
>
</
html
>