Skip to content

Commit d1d940e

Browse files
1 parent 5dbd6ae commit d1d940e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/02/z2ui5.wapa.controller_-app.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ sap.ui.define("z2ui5/Tree", ["sap/ui/core/Control"], (Control) => {
212212
setTimeout((id) => {
213213
z2ui5.oView.byId( id ).getBinding('items').setTreeState( z2ui5.treeState );
214214
}, 100, oControl.getProperty("tree_id") );
215-
});
215+
} });
216216
});
217217

218218
sap.ui.define("z2ui5/Scrolling", ["sap/ui/core/Control"], (Control) => {

0 commit comments

Comments
 (0)