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