Quellcode durchsuchen

added missing global

Gildas vor 7 Jahren
Ursprung
Commit
6c4af377a2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      extension/core/bg/download.js

+ 1 - 1
extension/core/bg/download.js

@@ -18,7 +18,7 @@
  *   along with SingleFile.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/* global browser, singlefile, Blob */
+/* global browser, singlefile, Blob, URL */
 
 singlefile.download = (() => {