mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
[create-pull-request] automated change (#1819)
Some checks failed
ABAP_CLOUD / ABAP_CLOUD (push) Has been cancelled
ABAP_STANDARD / ABAP_STANDARD (push) Has been cancelled
UI5_2X / UI5_2X (push) Has been cancelled
auto_abaplint_fix / auto_abaplint_fix (push) Has been cancelled
auto_downport / auto_downport (push) Has been cancelled
create_app2abap / create_app2abap (push) Has been cancelled
create_frontend / create_frontend (push) Has been cancelled
Some checks failed
ABAP_CLOUD / ABAP_CLOUD (push) Has been cancelled
ABAP_STANDARD / ABAP_STANDARD (push) Has been cancelled
UI5_2X / UI5_2X (push) Has been cancelled
auto_abaplint_fix / auto_abaplint_fix (push) Has been cancelled
auto_downport / auto_downport (push) Has been cancelled
create_app2abap / create_app2abap (push) Has been cancelled
create_frontend / create_frontend (push) Has been cancelled
Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
This commit is contained in:
parent
fdc65dc9b3
commit
373d09ff45
|
@ -40,10 +40,6 @@ CLASS z2ui5_cl_app_component_js IMPLEMENTATION.
|
|||
` z2ui5 = {};` && |\n| &&
|
||||
` }` && |\n| &&
|
||||
`` && |\n| &&
|
||||
` z2ui5.oRouter = this.getRouter();` && |\n| &&
|
||||
` z2ui5.oRouter.initialize();` && |\n| &&
|
||||
` z2ui5.oRouter.stop();` && |\n| &&
|
||||
`` && |\n| &&
|
||||
` z2ui5.oDeviceModel = Models.createDeviceModel();` && |\n| &&
|
||||
` this.setModel(z2ui5.oDeviceModel, "device");` && |\n| &&
|
||||
`` && |\n| &&
|
||||
|
@ -84,6 +80,11 @@ CLASS z2ui5_cl_app_component_js IMPLEMENTATION.
|
|||
` z2ui5.oController.displayView(event.state.view, event.state.model);` && |\n| &&
|
||||
` }` && |\n| &&
|
||||
` });` && |\n| &&
|
||||
`` && |\n| &&
|
||||
` z2ui5.oRouter = this.getRouter();` && |\n| &&
|
||||
` z2ui5.oRouter.initialize();` && |\n| &&
|
||||
` z2ui5.oRouter.stop();` && |\n| &&
|
||||
`` && |\n| &&
|
||||
` },` && |\n| &&
|
||||
`` && |\n| &&
|
||||
` __beforeunload: function () {` && |\n| &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user