X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2Fclient.js;h=49f7749ceaf6f673bd918e2918ccb2261c9d79ee;hb=e07ab6e836534c237a46ad879e80200514727146;hp=e01be9e5c8a8563969f6b6d2c4f08a06d864a64d;hpb=15f8b5143c6b9dcfe86eda84c22c31826a7f3d1c;p=euphorik.git 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=([^;]*)/;