Skip to content

Commit b6e5838

Browse files
1 parent a026eb7 commit b6e5838

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/webapp/controller/View1.controller.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@ sap.ui.define(["sap/ui/core/mvc/Controller", "sap/ui/core/mvc/XMLView", "sap/ui/
434434
break;
435435
}
436436
break;
437+
case 'Z2UI5':
438+
z2ui5[args[1]](args.slice(2));
439+
break;
437440
}
438441
},
439442
eB(...args) {

0 commit comments

Comments
 (0)