fix for android web remote

pull/2735/head^2
Gordon Williams 2023-05-05 12:52:45 +01:00
parent f624b3a3ea
commit 3006552b2c
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ if (typeof Android!=="undefined") {
if (writecb) setTimeout(writecb,10);
},
close : function() {},
on : function(evt,cb) { handlers[evt] = cb; },
on : function(evt,cb) { connection.handlers[evt] = cb; },
received : "",
hadData : false,
handlers : []