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

Unified Diff: lib/updater.js

Issue 29481653: Issue 5378 - Stop using of jshydra in libadblockplus (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 6, 2017, 1:32 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
« lib/io.js ('K') | « lib/io.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/updater.js
diff --git a/lib/updater.js b/lib/updater.js
index 44058aba894e8e05810343d26780b29d2d0e3f0e..4e4fff1c7c32619ef3cf68c55708d0faa3d13115 100644
--- a/lib/updater.js
+++ b/lib/updater.js
@@ -49,7 +49,7 @@ function getDownloadable(forceCheck)
return downloadable;
}
-function getDownloadables()
+function* getDownloadables()
{
yield getDownloadable(false);
}
« lib/io.js ('K') | « lib/io.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld