equal
deleted
inserted
replaced
2 IriSP.TooltipWidget = function(Popcorn, config, Serializer) { |
2 IriSP.TooltipWidget = function(Popcorn, config, Serializer) { |
3 IriSP.Widget.call(this, Popcorn, config, Serializer); |
3 IriSP.Widget.call(this, Popcorn, config, Serializer); |
4 this._shown = false; |
4 this._shown = false; |
5 this._displayedText = ""; |
5 this._displayedText = ""; |
6 this._hideTimeout = -1; |
6 this._hideTimeout = -1; |
7 console.log(config.container); |
|
8 }; |
7 }; |
9 |
8 |
10 |
9 |
11 IriSP.TooltipWidget.prototype = new IriSP.Widget(); |
10 IriSP.TooltipWidget.prototype = new IriSP.Widget(); |
12 |
11 |