Index: lib/notification.js |
=================================================================== |
--- a/lib/notification.js |
+++ b/lib/notification.js |
@@ -94,7 +94,7 @@ |
/** |
* Yields a Downloadable instances for the notifications download. |
*/ |
- _getDownloadables: function() |
+ _getDownloadables: function*() |
{ |
let downloadable = new Downloadable(Prefs.notificationurl); |
if (typeof Prefs.notificationdata.lastError === "number") |