Skip to content

Commit 3a15e87

Browse files
committed
MC-17882: Request A Quote form not working in IE11 not support create-negotiable-quote.js
1 parent e6b0582 commit 3a15e87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/web/mage/msie/file-reader.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ define([
2323
reader.onload = function () {
2424
var bytes, length, index;
2525

26+
/* eslint-disable no-undef */
2627
bytes = new Uint8Array(reader.result);
28+
/* eslint-enable */
2729
length = bytes.length;
2830

2931
for (index = 0; index < length; index++) {

0 commit comments

Comments
 (0)