updated by GasGit automation
This commit is contained in:
parent
08ff7d99cf
commit
0e9dde250f
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue