Skip to content

Commit 80bace0

Browse files
committed
added call to ChannelDisplayGroupController.set_parse_func to set the parse function to parse_function() global callable
1 parent 6360a86 commit 80bace0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ChannelDisplay.control.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function init()
8585
for(var controller in controllers)
8686
{
8787
controllers[controller].init();
88+
controllers[controller].set_parse_func(parse_function);
8889
}
8990
}
9091

0 commit comments

Comments
 (0)