2007-12-25 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Tue, 25 Dec 2007 20:09:20 +0000 (20:09 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Tue, 25 Dec 2007 20:09:20 +0000 (20:09 +0000)
* tests/test-script.json: Fix the JSON syntax

ChangeLog
tests/test-script.json

index 1b506fe..3726ab0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-12-25  Emmanuele Bassi  <ebassi@openedhand.com>
 
+       * tests/test-script.json: Fix the JSON syntax
+
+2007-12-25  Emmanuele Bassi  <ebassi@openedhand.com>
+
        * clutter/clutter-enum-types.c.in: Fix the template
 
 2007-12-24  Emmanuele Bassi  <ebassi@openedhand.com>
index bd8ebf3..bd733da 100644 (file)
@@ -30,7 +30,7 @@
         "width" : 100,
         "height" : 100,
         "visible" : true,
-        "reactive" : true
+        "reactive" : true,
         "signals" : [
           { "name" : "button-press-event", "handler" : "clutter_main_quit" }
         ]
         "alignment" : "center",
         "wrap" : false,
         "ellipsize" : "none",
-        "visible" : true
+        "visible" : true,
         "rotation" : [
           { "y-axis" : [ 60.0, [ 275, 100 ] ] },
           { "z-axis" : [ 45.0, [  75,  75 ] ] }
-        ],
-      }
+        ]
+      },
       "blue-button",
     ]
   }