From 02b2464435741ecf9188a9b6c8521f7eb477e2a0 Mon Sep 17 00:00:00 2001 From: Frederic PAUT Date: Mon, 22 Jul 2013 16:41:44 +0200 Subject: [PATCH] Fix typo --- doc/agent/server.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/agent/server.html b/doc/agent/server.html index b975b8e..63ef99b 100644 --- a/doc/agent/server.html +++ b/doc/agent/server.html @@ -70,7 +70,7 @@ function connectSuccess() { cloudeebus.SessionBus().addService("org.cloudeebus.Sample").then(addAgent, errorCB); } -if (!window.sampleProxy) +if (!window.gService) cloudeebus.connect("ws://localhost:9003", manifest, connectSuccess, errorCB);
@@ -79,13 +79,11 @@ if (!window.sampleProxy)

-- 2.7.4