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