UNPKG

documon

Version:

A documentation system for mortals. Use with any language.

21 lines (14 loc) 251 B
/* Part of Documon. Copyright (c) Michael Gieson. www.documon.net */ this.PageController = (function(){ function init(){ prettyPrint(); } return { init : init } }()); document.addEventListener("DOMContentLoaded", PageController.init);