Skip to content

Commit 20b3d44

Browse files
committed
Fix FileHandling Demo
1 parent 7674d31 commit 20b3d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/helpers.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
var global = window;
2+
13
global.isFileAPIAvailable = function () {
24
// Check for the various File API support.
35
if (window.File && window.FileReader && window.FileList && window.Blob) {

0 commit comments

Comments
 (0)