latest updates
[namibia] / public / templates / page / registered.js
1 var template_registered = function( static )
2 {
3         this.static = static;
4         this.elements = {};
5         this.construct = function()
6         {
7                 //
8         };
9         this.destruct = function()
10         {
11                 //
12         };
13 };