realtime-input.js : callback onInit if exists
parent
61fbf81dcd
commit
019750bea8
|
@ -179,6 +179,11 @@ define([
|
|||
transformFunction: config.transformFunction
|
||||
});
|
||||
|
||||
|
||||
config.onInit && config.onInit({
|
||||
realtime: realtime
|
||||
});
|
||||
|
||||
onEvent = function () {
|
||||
if (isErrorState || initializing) { return; }
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue