We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6360a86 commit 80bace0Copy full SHA for 80bace0
ChannelDisplay.control.js
@@ -85,6 +85,7 @@ function init()
85
for(var controller in controllers)
86
{
87
controllers[controller].init();
88
+ controllers[controller].set_parse_func(parse_function);
89
}
90
91
0 commit comments