Comment
authorMike Taylor <mike@indexdata.com>
Wed, 9 Apr 2014 12:28:32 +0000 (13:28 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 9 Apr 2014 12:28:32 +0000 (13:28 +0100)
src/mkws-team.js

index 4898d12..d4bdc8e 100644 (file)
@@ -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 ...) { ... });