Skip to content

Commit

Permalink
#5706 code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Sep 10, 2024
1 parent e641667 commit 501ec32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class MainView extends Container {
items: [{

style: {backgroundColor: '#3E63DD', padding: '3em'},
vdom :{cn: [{cls: 'inner-div', style: {backgroundColor: '#FFF', width: '5em', height: '3em'}}]},
vdom : {cn: [{cls: 'inner-div', style: {backgroundColor: '#FFF', width: '5em', height: '3em'}}]},

domListeners: [{
click : 'up.onInnerDivClick',
Expand Down

0 comments on commit 501ec32

Please sign in to comment.