From: Mike Taylor Date: Wed, 9 Apr 2014 12:28:27 +0000 (+0100) Subject: Comment X-Git-Tag: 1.0.0~974^2~9 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=9d26a026e849d700db55c0b30d84d9c0c4a545ce Comment --- diff --git a/src/mkws-team.js b/src/mkws-team.js index 4447457..4898d12 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -53,7 +53,7 @@ function team($, teamName) { // Use as: // team.queue("eventName").subscribe(function(param1, param2 ...) { ... }); // team.queue("eventName").publish(arg1, arg2, ...); - + // var queues = {}; function queue(id) { if (!queues[id]) {