realtime-input.js : turn on logging

pull/1/head
ansuz 2016-04-14 16:27:34 +02:00
parent 69e8e18283
commit 41e635b2e5
1 changed files with 2 additions and 1 deletions

View File

@ -267,7 +267,8 @@ define([
toReturn.patchText = TextPatcher.create({
realtime: realtime
realtime: realtime,
logging: true
});
realtime.start();