Skip to content

Commit 110ee75

Browse files
yogeshsuhagiyachirag-wagento
authored andcommitted
Format the javascript code
1 parent 0ad656d commit 110ee75

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Ui/view/base/templates/control/button

1 file changed

+3
-3
lines changed

app/code/Magento/Ui/view/base/templates/control/button/split.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
</div>
4343

4444
<script>
45-
require(['jquery'], function($){
45+
require(['jquery'], function ($) {
4646
$('.actions-split')
47-
.on('click.splitDefault', '.action-default', function() {
47+
.on('click.splitDefault', '.action-default', function () {
4848
$(this).siblings('.dropdown-menu').find('.item-default').trigger('click');
4949
});
50-
});
50+
});
5151
</script>

0 commit comments

Comments
 (0)