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

This commit is contained in:
ansuz 2016-02-03 12:58:54 +01:00
parent 150c9a300d
commit d2f6c63d8a

View File

@ -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;