From 1176a462e36679c303972560d2bc998216c3de04 Mon Sep 17 00:00:00 2001 From: Bruce McPherson Date: Thu, 22 Sep 2016 11:11:03 +0100 Subject: [PATCH] updated by GasGit automation --- scripts/ClientWatcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ClientWatcher.js b/scripts/ClientWatcher.js index 7523caa..0dccd16 100644 --- a/scripts/ClientWatcher.js +++ b/scripts/ClientWatcher.js @@ -38,7 +38,7 @@ var ClientWatcher = (function (ns) { pollFrequency:2500, // if this is 0, then polling is not done, and it needs self.poke() id: '' , // Watcher id pollVisibleOnly:true, // just poll if the page is actually visible - watch: { + rules: { active: true, // whether to watch for changes to active data: true, // whether to watch for data content changes sheets:true // watch for changes in number/names of sheets