klenwell googlepages : j.ini demo

j.ini is my (micro) framework for packaging javascript classes. This is a demonstration of the generic DemoClass package that can be used as a template for new classes. It is called directly from the klenwell google code repository where the source can be viewed.

the code

<!-- HEAD section -->
<script type="text/javascript" src="http://klenwell.googlecode.com/svn/trunk/JS/jini/class.ini.js"></script>

<!-- BODY section -->
<script type="text/javascript">
var debug = 1;
var MyClass = new DemoClass(debug);
MyClass.ini();
</script>