updated by GasGit automation
This commit is contained in:
parent
b488d381cf
commit
43cb583361
1 changed files with 3 additions and 1 deletions
|
@ -110,7 +110,8 @@ var ClientWatcher = (function (ns) {
|
|||
var current_ = {
|
||||
active:null,
|
||||
data:null,
|
||||
dataSource:null
|
||||
dataSource:null,
|
||||
filterMap:null
|
||||
} ;
|
||||
var watch_ = watch, stopped_ = false;
|
||||
|
||||
|
@ -273,6 +274,7 @@ var ClientWatcher = (function (ns) {
|
|||
// if there's been some changes to data then store it
|
||||
if (pack.data) {
|
||||
|
||||
current_.filterMap = pack_.filterMap;
|
||||
if (watch_.domain.fiddler && watch_.domain.property === "Values") {
|
||||
// it may fail because data is in midde of being updated
|
||||
// but that's - it'll get it next time.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue