X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fmkws-team.js;h=d4bdc8e05f60d47344a585351fa9cbac08f11eba;hb=114a6bad771fb622aa8a82ba162ec9127447a285;hp=4898d12951f12d0f899ac4e33f47dd53fbd705ee;hpb=9d26a026e849d700db55c0b30d84d9c0c4a545ce;p=mkws-moved-to-github.git 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 ...) { ... });