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