Skip to content

Commit aae735f

Browse files
authored
Undo the key change in #700 (#738)
1 parent 16df8f3 commit aae735f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/zxing-js.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2794,7 +2794,7 @@
27942794
}
27952795
}
27962796

2797-
var __awaiter = ((global || self || globalThis || window || undefined) && (global || self || globalThis || window || undefined).__awaiter) || function (thisArg, _arguments, P, generator) {
2797+
var __awaiter = ((globalThis || global || self || window || undefined) && (globalThis || global || self || window || undefined).__awaiter) || function (thisArg, _arguments, P, generator) {
27982798
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27992799
return new (P || (P = Promise))(function (resolve, reject) {
28002800
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }

0 commit comments

Comments
 (0)