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