yay, they talk and they don't fight

This commit is contained in:
Caleb James DeLisle
2017-08-10 18:31:44 +02:00
parent e786a66ff3
commit 1e56fa31c0
7 changed files with 99 additions and 43 deletions
+3 -1
View File
@@ -228,7 +228,9 @@ define([], function () {
return {
start: function (config) {
config.sframeChan.whenReg('EV_RT_READY', function () { start(config); });
config.sframeChan.whenReg('EV_RT_READY', function () {
start(config);
});
}
};
});