src/widgets/Tweet.js
branchnew-model
changeset 909 aa0e42229784
parent 906 4b6e154ae8de
child 918 5cd368dba1b9
--- a/src/widgets/Tweet.js	Wed May 30 17:07:01 2012 +0200
+++ b/src/widgets/Tweet.js	Tue Jun 05 17:55:24 2012 +0200
@@ -10,22 +10,18 @@
     polemics : [
         {
             "keywords" : [ "++" ],
-            "description" : "positif",
             "color" : "#30d765"
         },
         {
             "keywords" : [ "--" ],
-            "description" : "negatif",
             "color" : "#f51123"
         },
         {
             "keywords" : [ "==" ],
-            "description" : "reference",
             "color" : "#f1e24a"  
         },
         {
             "keywords" : [ "??" ],
-            "description" : "question",
             "color" : "#05aae6"
         }
     ]