Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/filterStorage.js

Issue 5373553692114944: Issue #430 - Filter hit counters aren't cleared (Closed)
Patch Set: Created June 9, 2014, 11:21 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/filterStorage.js
===================================================================
--- a/lib/filterStorage.js
+++ b/lib/filterStorage.js
@@ -355,6 +355,8 @@
filter.hitCount = 0;
filter.lastHit = 0;
}
+ let {FilterListener} = require("filterListener");
saroyanm 2014/06/09 11:28:02 Called FilterListener module inside of the functio
Wladimir Palant 2014/06/12 11:58:38 Actually, hardcoding this logic here doesn't seem
saroyanm 2014/06/12 16:56:02 Thanks for idea. Done.
+ FilterListener.setDirty(0);
},
_loading: false,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld