From: Mike Taylor Date: Tue, 11 Feb 2014 13:36:15 +0000 (+0000) Subject: Rewrite comment for global mkws object. X-Git-Tag: 1.0.0~1487 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=3c7d95c98c35d5767daaa19c750506fd3644c112;p=mkws-moved-to-github.git Rewrite comment for global mkws object. --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 809c055..194a595 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -66,8 +66,9 @@ Handlebars.registerHelper('commaList', function(items, options) { -// Set up global mkws object. Contains a hash of team objects, -// indexed by windowid. +// Set up global mkws object. Contains truly global state such as SP +// authentication, and a hash of team objects, indexed by windowid. +// var mkws = { authenticated: false, debug_function: undefined, // will be set during initialisation