From 114a6bad771fb622aa8a82ba162ec9127447a285 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 9 Apr 2014 13:28:32 +0100 Subject: [PATCH] Comment --- src/mkws-team.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mkws-team.js b/src/mkws-team.js index 4898d12..d4bdc8e 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -48,7 +48,7 @@ function team($, teamName) { // The following PubSub code is modified from the jQuery manual: - // https://api.jquery.com/jQuery.Callbacks/ + // http://api.jquery.com/jQuery.Callbacks/ // // Use as: // team.queue("eventName").subscribe(function(param1, param2 ...) { ... }); -- 1.7.10.4