1
0
Fork 0
fgdata/Aircraft/Instruments-3d/FG1000/Nasal/ActiveFlightPlanWide/ActiveFlightPlanWideController.nas
2017-12-10 22:15:21 +00:00

9 lines
190 B
Text

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