Turn on TextPatcher logging for _socket
This commit is contained in:
@@ -264,7 +264,8 @@ define([
|
|||||||
}, 200);
|
}, 200);
|
||||||
|
|
||||||
toReturn.patchText = TextPatcher.create({
|
toReturn.patchText = TextPatcher.create({
|
||||||
realtime: realtime
|
realtime: realtime,
|
||||||
|
logging: true
|
||||||
});
|
});
|
||||||
|
|
||||||
realtime.start();
|
realtime.start();
|
||||||
|
|||||||
Reference in New Issue
Block a user