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