9 lines
166 B
Text
9 lines
166 B
Text
# TripPlanning Controller
|
|
var TripPlanningController =
|
|
{
|
|
new : func (page, svg)
|
|
{
|
|
var obj = { parents : [ TripPlanningController ] };
|
|
return obj;
|
|
},
|
|
};
|