Generalize _socket/realtime-input.js a little more

Anything JSON related should be at the application layer
pull/1/head
ansuz 2016-04-07 15:48:38 +02:00
parent b59a14c5ac
commit 842b9d4243
1 changed files with 3 additions and 3 deletions

View File

@ -147,8 +147,9 @@ define([
passwd, // password, to be deprecated (maybe)
channel, // the channel we're to connect to
// initialState argument. (optional)
config.initialState || '{}',
/* optional unless your application expects JSON
from getUserDoc */
config.initialState || '',
// transform function (optional), which handles conflicts
{ transformFunction: config.transformFunction });
@ -160,7 +161,6 @@ define([
// this is a problem
warn("realtime.getUserDoc() !== newText");
}
//try{throw new Error();}catch(e){console.log(e.stack);}
};
// pass your shiny new realtime into initialization functions