Skip to content

Commit a71b178

Browse files
jissereitsmavijay-wagento
authored andcommitted
Fix missing comma
1 parent c70ba5b commit a71b178

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/form

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
define([
1010
'jquery',
11-
'underscore'
11+
'underscore',
1212
'Magento_Ui/js/form/adapter/buttons'
1313
], function ($, _, buttons) {
1414
'use strict';

0 commit comments

Comments
 (0)