realtime-input.js : changed the api and left an undefined reference. fixed

pull/1/head
ansuz 9 years ago
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…
Cancel
Save