Jelajahi Sumber

added missing global

Gildas 7 tahun lalu
induk
melakukan
6c4af377a2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 = (() => {