updated by GasGit automation

This commit is contained in:
Bruce McPherson 2016-06-21 15:27:50 +01:00
parent 08ff7d99cf
commit 0e9dde250f

View file

@ -59,7 +59,13 @@ var ServerWatcher = (function (ns) {
// start building the result // start building the result
var pack = { var pack = {
checksum:watch.checksum, checksum:watch.checksum,
changed:{} changed:{},
dataSource:{
id:ss.getId(),
sheet:sh.getName(),
range:r.getA1Notation(),
dataRange:sh.getDataRange().getA1Notation()
}
}; };
// get data if requested // get data if requested