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

pull/1/head
ansuz 2016-02-03 12:58:54 +01:00
parent 150c9a300d
commit d2f6c63d8a
1 changed files with 1 additions and 1 deletions

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;