mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[client] Session end - add reminder for next time ;-)
This commit is contained in:
parent
1c5996ecca
commit
4f485720b2
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ class ChunkCache
|
|||
*/
|
||||
fetchLineFragments(startingChunkRef, lineId)
|
||||
{
|
||||
throw new Error("Set up the ContinuesIn/From system to use a new UniqueLineId identifier");
|
||||
|
||||
let lineFragments = [];
|
||||
let currentChunk = this.fetchChunk(startingChunkRef);
|
||||
|
||||
|
|
Loading…
Reference in a new issue