From 3c7d95c98c35d5767daaa19c750506fd3644c112 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 11 Feb 2014 13:36:15 +0000 Subject: [PATCH] Rewrite comment for global mkws object. --- tools/htdocs/mkws.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 1.7.10.4