Skip to content

Commit 2fa45f9

Browse files
committed
Merge branch 'MAGETWO-63635' into develop-team-pr1
2 parents 4d4c534 + b26c89a commit 2fa45f9

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/core/storage

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/core/storage/local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ define([
8787
var data = localStorage.getItem(root),
8888
result = {};
8989

90-
if (!_.isNull(data) && typeof(data) != 'undefined') {
90+
if (!_.isNull(data) && typeof data != 'undefined') {
9191
result = JSON.parse(data);
9292
}
9393

0 commit comments

Comments
 (0)