Skip to content

Commit f5aa61d

Browse files
committed
One more static tests fix
1 parent 1e7082d commit f5aa61d

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Catalog/view/frontend/web/js/product/list

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/view/frontend/web/js/product/list/toolbar.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ define([
8888
var decode = window.decodeURIComponent,
8989
urlPaths = this.options.url.split('?'),
9090
urlParams = urlPaths[1] ? urlPaths[1].split('&') : [],
91-
params = {}, parameters, i;
91+
params = {},
92+
parameters, i;
9293

9394
for (i = 0; i < urlParams.length; i++) {
9495
parameters = urlParams[i].split('=');

0 commit comments

Comments
 (0)