37c005c222
See the clone at https://gitorious.org/fg/canvas-hackers-fgdata/source/topics/canvas-radar:
9 lines
310 B
Text
9 lines
310 B
Text
# See: http://wiki.flightgear.org/MapStructure
|
|
# Class things:
|
|
var name = 'DME';
|
|
var parents = [Symbol.Controller];
|
|
var __self__ = caller(0)[0];
|
|
Symbol.Controller.add(name, __self__);
|
|
Symbol.registry[ name ].df_controller = __self__;
|
|
var new = func(model, symbol) ; # this controller doesn't need an instance
|
|
|