Skip to content

Commit ee6072e

Browse files
committed
Merge branch 'ACP2E-3459' of https://github.com/adobe-commerce-tier-4/magento2ce into PR-11-14-2024
2 parents 10dd5c9 + 9408cfe commit ee6072e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/prototype/prototype.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ var Class = (function () {
374374
toQueryString: toQueryString,
375375
toHTML: toHTML,
376376
keys: Object.keys || keys,
377-
values: values,
377+
values: Object.values || values,
378378
clone: clone,
379379
isElement: isElement,
380380
isArray: isArray,

0 commit comments

Comments
 (0)