Skip to content

Commit db5a1ed

Browse files
author
Michael Yu
committed
MC-2210: MC-2210: Create Wrapper Around UiEvents to Prefix PageBuilder
- Resolved awkward linebreak
1 parent 19dcd8d commit db5a1ed

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/PageBuilder/view/base/web/js

1 file changed

+1
-2
lines changed

app/code/Magento/PageBuilder/view/base/web/js/events.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* See COPYING.txt for license details.
44
*/
55

6-
define(['uiEvents'
7-
], function (uiEvents) {
6+
define(['uiEvents'], function (uiEvents) {
87
'use strict';
98

109
return {

0 commit comments

Comments
 (0)