added /* global fetch */

pull/1/head
Liana Husikyan 5 years ago committed by GitHub
parent d46c54b515
commit d72ab40103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/app/files/file-explorer.js

@ -1,4 +1,5 @@
/* global FileReader */
/* global fetch */
const async = require('async')
const Gists = require('gists')
const modalDialogCustom = require('../ui/modal-dialog-custom')

Loading…
Cancel
Save