Merge branch 'master' of git://gitorious.org/fg/fgdata
This commit is contained in:
commit
baa716b932
1 changed files with 4 additions and 4 deletions
|
@ -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 : "" };
|
||||||
|
|
Loading…
Reference in a new issue