Skip to content

Commit 585fc87

Browse files
1 parent 16efc02 commit 585fc87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/webapp/controller/App.controller.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ sap.ui.define("z2ui5/CameraPicture", [
900900
verticalScrolling: false,
901901
stretch: true,
902902
content: [
903-
new HTML({
903+
new sap.ui.core.HTML({
904904
id: this.getId() + 'PictureContainer',
905905
content: '<video width="600px" height="400px" autoplay="true" id="zvideo">'
906906
}),
@@ -911,7 +911,7 @@ sap.ui.define("z2ui5/CameraPicture", [
911911
this._oScanDialog.close();
912912
}.bind(this)
913913
}),
914-
new HTML({
914+
new sap.ui.core.HTML({
915915
content: '<canvas hidden id="zcanvas" style="overflow:auto"></canvas>'
916916
}),
917917
],
@@ -1059,4 +1059,4 @@ sap.ui.define("z2ui5/Dirty", ["sap/ui/core/Control", "sap/ushell/Container"], (C
10591059
renderer(oRm, oControl) { }
10601060
});
10611061
}
1062-
);
1062+
);

0 commit comments

Comments
 (0)