updated by GasGit automation

This commit is contained in:
Bruce McPherson 2016-09-22 11:10:55 +01:00
parent 4354fcfb69
commit 8938095fc3

View file

@ -11,7 +11,7 @@ var Process = (function (process) {
purchaseLevel:'ssnipLevel', purchaseLevel:'ssnipLevel',
fullAccess:10, fullAccess:10,
openAccess:true, openAccess:true,
version:"2.2.0.0" version:"2.2.0.1"
}; };
process.applyElementer = function () { process.applyElementer = function () {
@ -117,7 +117,7 @@ var Process = (function (process) {
watching: { watching: {
watcher:ClientWatcher.addWatcher({ watcher:ClientWatcher.addWatcher({
pollingFrequency:3000, pollingFrequency:3000,
watch:{sheets:false,active:false}, rules:{sheets:false,active:false},
domain:{fiddler:false,scope:elements.controls.wholeSheet.checked ? "Sheet" : "Active"} domain:{fiddler:false,scope:elements.controls.wholeSheet.checked ? "Sheet" : "Active"}
}) })
}, },