# Template Controller var TemplateController = { new : func (page, svg) { var obj = { parents : [ TemplateController ] }; return obj; }, };