Skip to content

Commit 19f01d9

Browse files
authored
Update objToUrlParams.phtml
1 parent 6f158b5 commit 19f01d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

view/base/templates/js/objToUrlParams.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
?>
1212
<script>
1313
window.MagefanJs = window.MagefanJs || {};
14-
window.MagefanJs.objToUrlParams = function objToUrlParams(obj) {
14+
window.MagefanJs.objToUrlParams = function(obj) {
1515
let getPairs = (obj, keys = []) =>
1616
Object.entries(obj).reduce((pairs, [key, value]) => {
1717
if (typeof value === 'object')
@@ -28,4 +28,4 @@
2828

2929
return x;
3030
}
31-
</script>
31+
</script>

0 commit comments

Comments
 (0)