realtime-input.js : changed the api and left an undefined reference. fixed
This commit is contained in:
parent
150c9a300d
commit
d2f6c63d8a
@ -147,7 +147,7 @@ define([
|
||||
var doc = config.doc || null;
|
||||
|
||||
// trying to deprecate onRemote, prefer loading it via the conf
|
||||
onRemote = config.onRemote || onRemote;
|
||||
onRemote = config.onRemote || null;
|
||||
|
||||
transformFunction = config.transformFunction || null;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user