Skip to content

Commit

Permalink
[[FIX]] Add File and FileList to browser global variables
Browse files Browse the repository at this point in the history
`File` and `FileList` were left out of browser global variables

Fixes #2690
  • Loading branch information
mohsen1 authored and jugglinmike committed Nov 12, 2015
1 parent 326b288 commit 7f2a729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ exports.browser = {
Event : false,
event : false,
fetch : false,
File : false,
FileList : false,
FileReader : false,
FormData : false,
focus : false,
Expand Down

0 comments on commit 7f2a729

Please sign in to comment.