Skip to content

Commit 2822d11

Browse files
committed
script-viewer: Fix some json sintax errors
1 parent 918e10d commit 2822d11

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

script-viewer/alphas.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@
179179
"alpha" : {"timeline" : "animation", "function" : "smoothstep-dec"}
180180
}
181181
]
182-
},
183-
182+
}
184183
]
185184
}
186185
]

script-viewer/behaviours.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# there are inconsistencies in the naming of the nicks of the
2-
# properties:
3-
41
[
52
{
63
"id" : "animation",
@@ -13,7 +10,7 @@
1310
"id" : "root",
1411
"type" : "ClutterGroup",
1512
"x": 0,
16-
"y": 0
13+
"y": 0,
1714
"children" : [
1815
{
1916
"type": "ClutterLabel",
@@ -30,7 +27,7 @@
3027
"y-scale-start" : 1.0,
3128
"y-scale-end" : 0.5,
3229
"alpha" : {"timeline" : "animation", "function" : "sine"}
33-
},
30+
}
3431
]
3532
},
3633

@@ -48,7 +45,7 @@
4845
"angle-start" : 0.0,
4946
"angle-end" : 359.0,
5047
"alpha" : {"timeline" : "animation", "function" : "sine"}
51-
},
48+
}
5249
]
5350
},
5451
{

script-viewer/test-script.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"y" : 50,
4343
"width" : 100,
4444
"height" : 100,
45-
"visible" : true,
45+
"visible" : true
4646
},
4747
{
4848
"id" : "green-button",

script-viewer/text.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"alpha" : { "timeline" : "animation", "mode" : "linear" }
9797
}
9898
]
99-
},
99+
}
100100
]
101101
}
102102
]

0 commit comments

Comments
 (0)