src/widgets/Tweet.js
changeset 987 7b65bf78873a
parent 982 cfcbac34d020
child 988 eefd336335f9
equal deleted inserted replaced
986:f9d51dd4a3fe 987:7b65bf78873a
     4 };
     4 };
     5 
     5 
     6 IriSP.Widgets.Tweet.prototype = new IriSP.Widgets.Widget();
     6 IriSP.Widgets.Tweet.prototype = new IriSP.Widgets.Widget();
     7 
     7 
     8 IriSP.Widgets.Tweet.prototype.defaults = {
     8 IriSP.Widgets.Tweet.prototype.defaults = {
     9     hide_timeout: 5000,
     9     hide_timeout: 10000,
    10     polemics : [
    10     polemics : [
    11         {
    11         {
    12             "keywords" : [ "++" ],
    12             "keywords" : [ "++" ],
    13             "color" : "#30d765"
    13             "color" : "#30d765"
    14         },
    14         },