1
0
Fork 0

Merge branch 'master' of git://gitorious.org/fg/fgdata

This commit is contained in:
Alexis Bory 2010-10-09 21:51:41 +02:00
commit baa716b932

View file

@ -233,7 +233,7 @@ Binary.decodeCoord = func (str) {
# The same object is seldom used for both sending and receiving. # The same object is seldom used for both sending and receiving.
var MessageChannel = {}; var MessageChannel = {};
MessageChannel.new = func (n = nil, process = nil) { MessageChannel.new = func (n = nil, process = nil) {
obj = { parents : [MessageChannel], var obj = { parents : [MessageChannel],
node : n, node : n,
process_msg : process, process_msg : process,
old : "" }; old : "" };