UNPKG
documon
Version:
latest (2.5.5)
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A documentation system for mortals. Use with any language.
www.documon.net
bobtherobot/documon
documon
/
docs
/
assets
/
js
/
documon
/
PageController.js
21 lines
(14 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Part of Documon. Copyright (c) Michael Gieson. www.documon.net */
this
.PageController = (function(){ function
init
(){ prettyPrint(); }
return
{
init
:
init
} }()); document.addEventListener(
"DOMContentLoaded"
, PageController.
init
);