Skip to content

Commit 130223e

Browse files
committed
Make sure colons are in right place
1 parent 196ee86 commit 130223e

File tree

1 file changed

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

1 file changed

+2
-2
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-
eventPrefix;
16+
var selectorPrefix = '';
17+
var eventPrefix;
1818

1919
/**
2020
* Initialize listener.

0 commit comments

Comments
 (0)