equal
deleted
inserted
replaced
33 this.tweets = new Array(); |
33 this.tweets = new Array(); |
34 this.svgElements = new Array(); |
34 this.svgElements = new Array(); |
35 |
35 |
36 // Make and define the Raphael area |
36 // Make and define the Raphael area |
37 this.paper = Raphael(document.getElementById(this._id), config.width, config.height); |
37 this.paper = Raphael(document.getElementById(this._id), config.width, config.height); |
38 console.log(config.height); |
|
39 }; |
38 }; |
40 |
39 |
41 IriSP.PolemicWidget.prototype = new IriSP.Widget(); |
40 IriSP.PolemicWidget.prototype = new IriSP.Widget(); |
42 |
41 |
43 IriSP.PolemicWidget.prototype.draw = function() { |
42 IriSP.PolemicWidget.prototype.draw = function() { |