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