Skip to content

Commit f79e1a3

Browse files
author
Oleksii Korshenko
authored
MAGETWO-80912: Fix typo in sessionStorage polyfill #11219
2 parents 4fc6f02 + 6de16c8 commit f79e1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/templates/js/polyfill.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
};
127127

128128
window.localStorage.__proto__ = window.localStorage = new Storage('local');
129-
window.sessionStorage.__proto__ = window.sessionStorag = new Storage('session');
129+
window.sessionStorage.__proto__ = window.sessionStorage = new Storage('session');
130130
})();
131131
}
132132
</script>

0 commit comments

Comments
 (0)