We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f158b5 commit 19f01d9Copy full SHA for 19f01d9
view/base/templates/js/objToUrlParams.phtml
@@ -11,7 +11,7 @@
11
?>
12
<script>
13
window.MagefanJs = window.MagefanJs || {};
14
- window.MagefanJs.objToUrlParams = function objToUrlParams(obj) {
+ window.MagefanJs.objToUrlParams = function(obj) {
15
let getPairs = (obj, keys = []) =>
16
Object.entries(obj).reduce((pairs, [key, value]) => {
17
if (typeof value === 'object')
@@ -28,4 +28,4 @@
28
29
return x;
30
}
31
-</script>
+</script>
0 commit comments