1
0
Fork 0
fgdata/Aircraft/Instruments-3d/FG1000/Nasal/NearestIntersections/NearestIntersectionsController.nas

10 lines
190 B
Text
Raw Normal View History

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