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

Unified Diff: options.js

Issue 29339392: Noissue - Don't update items for each change seperately (Closed)
Patch Set: Created April 5, 2016, 6:50 p.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: options.js
===================================================================
--- a/options.js
+++ b/options.js
@@ -404,9 +404,10 @@
}
}
}
- for (var i in collections)
- collections[i].updateItem(subscription);
}
+
+ for (var name in collections)
+ collections[name].updateItem(subscription);
}
if (!Object.observe)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld