 Issue 6612223174639616:
  Issue 1602 - Use ES6 generators instead of legacy generators  (Closed)
    
  
    Issue 6612223174639616:
  Issue 1602 - Use ES6 generators instead of legacy generators  (Closed) 
  | 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") |