From 4207524e950efd3f1fa5334f6d0b9b374a0b3f93 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 5 Jan 2010 11:02:39 +0000 Subject: [PATCH] Remove trailing comma from test UI definition The animation definition test has a trailing comma at the end of an array item. --- tests/data/test-script-animation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/test-script-animation.json b/tests/data/test-script-animation.json index dfa5255bd..d6ef90343 100644 --- a/tests/data/test-script-animation.json +++ b/tests/data/test-script-animation.json @@ -10,5 +10,5 @@ "width" : 100, "height" : 16, "color" : "white" - }, + } }