Skip to content

Commit a30611d

Browse files
jissereitsmaRahulKachhadia
authored andcommitted
Make sure colons are in right place
1 parent 7a49c89 commit a30611d

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
@@ -9,8 +9,8 @@ define([
99
], function ($, _, buttons) {
1010
'use strict';
1111

12-
var selectorPrefix = '',
13-
eventPrefix;
12+
var selectorPrefix = '';
13+
var eventPrefix;
1414

1515
/**
1616
* Initialize listener.

0 commit comments

Comments
 (0)