Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 6de16c8

Browse files
committed
MAGETWO-80912: Fix typo in sessionStorage polyfill #11219
- Merge Pull Request magento/magento2#11219 from mszydlo/magento2:patch-1 - Merged commits: 1. c1c5796
2 parents 268dce1 + c1c5796 commit 6de16c8

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)