Skip to content

Commit 95cdba2

Browse files
committed
Use var to support old browsers
1 parent ed2744b commit 95cdba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (typeof FileReader === "function") (function() {
1313

1414
// --- Begin Definitions ---
1515

16-
const HIDDEN_FIELD_SYMBOL = Symbol("@@autoFileReader")
16+
var HIDDEN_FIELD_SYMBOL = Symbol("@@autoFileReader")
1717

1818
/**
1919
* AutoFileReader represents the infrastructure to automatically read files

0 commit comments

Comments
 (0)