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