Skip to content

Commit 99ee323

Browse files
committed
Fix missing column because of eslint
1 parent 130223e commit 99ee323

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Ui/view/base/web/js/form/adapter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ define([
1313
], function ($, _, buttons) {
1414
'use strict';
1515

16-
var selectorPrefix = '';
17-
var eventPrefix;
16+
var selectorPrefix = '',
17+
eventPrefix;
1818

1919
/**
2020
* Initialize listener.

app/code/Magento/Ui/view/base/web/js/form/adapter/buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ define(function () {
1313
'reset': '#reset',
1414
'save': '#save',
1515
'saveAndContinue': '#save_and_continue'
16-
}
16+
};
1717
});

0 commit comments

Comments
 (0)