From: Mike Taylor Date: Wed, 9 Apr 2014 12:28:32 +0000 (+0100) Subject: Comment X-Git-Tag: 1.0.0~974^2~8 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=114a6bad771fb622aa8a82ba162ec9127447a285 Comment --- 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 ...) { ... });