Skip to content

Commit 90b760a

Browse files
committed
removed json model stuff from samples
1 parent e815cc1 commit 90b760a

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

test/openui5/parallax/sample/ParallaxScene.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@
7979

8080
<script>
8181
sap.ui.getCore().attachInit(function () {
82-
// set up model
83-
var oModel = new sap.ui.model.json.JSONModel({
84-
size: 300,
85-
text: "Hello UI5Lab!"
86-
});
87-
sap.ui.getCore().setModel(oModel);
88-
8982
// create xml view
9083
var oView = sap.ui.xmlview({viewContent: jQuery('#view').html()});
9184
oView.getContent()[0].getLayers().forEach(function (oLayer) {

test/openui5/parallax/sample/ParallaxSceneFast.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@
6565

6666
<script>
6767
sap.ui.getCore().attachInit(function () {
68-
// set up model
69-
var oModel = new sap.ui.model.json.JSONModel({
70-
size: 300,
71-
text: "Hello UI5Lab!"
72-
});
73-
sap.ui.getCore().setModel(oModel);
74-
7568
// create xml view
7669
var oView = sap.ui.xmlview({viewContent: jQuery('#view').html()});
7770
oView.getContent()[0].getLayers().forEach(function (oLayer) {

0 commit comments

Comments
 (0)