Skip to content
Snippets Groups Projects
Commit 90a4c33e authored by Ievgen Shakhsuvarov's avatar Ievgen Shakhsuvarov
Browse files

MAGETWO-86542: Fixed magnifier issue. #13084

 - Merge Pull Request magento/magento2#13084 from mayankzalavadia/magento2:patch-5129
 - Merged commits:
   1. f36d2ce4
parents 5790c168 f36d2ce4
No related merge requests found
...@@ -588,7 +588,7 @@ ...@@ -588,7 +588,7 @@
_init($box, gOptions); _init($box, gOptions);
}); });
$(document).on('mousemove', onMousemove); $box.on('mousemove', onMousemove);
_init($box, gOptions); _init($box, gOptions);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment