From ed45b30d00a209d71775158ac90354331901da5f Mon Sep 17 00:00:00 2001 From: Ahmed Zamil Date: Mon, 15 Jul 2019 22:05:11 +0300 Subject: [PATCH] Esiur 1.2.3 --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index e481471..faae2fa 100644 --- a/test.js +++ b/test.js @@ -6,7 +6,7 @@ var IIP_LINK = "ws://media.delta.iq:5001/iip/system/iip"; var connection = new esiur.DistributedConnection(IIP_LINK, "sawadland", "guest", "guest"); esiur.Warehouse.put(connection, "remote"); - + connection.on("ready", function (d) { console.log(d); connection.get("vod/home").then(function(rt){