X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Fclient.js;h=49f7749ceaf6f673bd918e2918ccb2261c9d79ee;hp=e01be9e5c8a8563969f6b6d2c4f08a06d864a64d;hb=dd3320de291341d6d86f79421b85d12c4764b057;hpb=6ff8e72d002f5ccf2045cbccef2fdc4f92cff938 diff --git a/js/client.js b/js/client.js index e01be9e..49f7749 100644 --- a/js/client.js +++ b/js/client.js @@ -23,7 +23,7 @@ */ euphorik.Client = function(util, communication) { this.util = util; - this.communication = communication + this.communication = communication; this.cookie = null; this.regexCookie = /^cookie=([^;]*)/;