Skip to content

Commit

Permalink
Undo the key change in #700 (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
mebjas authored Apr 5, 2023
1 parent 16df8f3 commit aae735f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/zxing-js.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2794,7 +2794,7 @@
}
}

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

0 comments on commit aae735f

Please sign in to comment.