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