UNPKG
unamespace
Version:
latest (1.3.3)
1.3.3
1.3.2
1.3.0
1.0.3
1.0.2
1.0.1
1.0.0
Namespace with autoloading
github.com/Krost/namespace.js
Krost/namespace.js
unamespace
/
example
/
index.html
11 lines
(9 loc)
•
188 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!doctype
html
>
<
html
>
<
head
>
<
script
type
=
"text/javascript"
src
=
"../namespace.js"
>
</
script
>
<
script
type
=
"text/javascript"
src
=
"main.js"
>
</
script
>
</
head
>
<
body
>
</
body
>
</
html
>