| branch | popcorn-port |
| changeset 231 | accc7358d8b5 |
| parent 177 | 69b14f35e900 |
| child 238 | 6008172a0592 |
| child 289 | c0e399fbf3fb |
| 228:53d8d95a0079 | 231:accc7358d8b5 |
|---|---|
6 |
6 |
7 IriSP.TooltipWidget.prototype = new IriSP.Widget(); |
7 IriSP.TooltipWidget.prototype = new IriSP.Widget(); |
8 |
8 |
9 IriSP.TooltipWidget.prototype.draw = function() { |
9 IriSP.TooltipWidget.prototype.draw = function() { |
10 var templ = Mustache.to_html(IriSP.tooltipWidget_template); |
10 var templ = Mustache.to_html(IriSP.tooltipWidget_template); |
11 |
|
11 this.selector.append(templ); |
12 this.selector.append(templ); |
12 this.hide(); |
13 this.hide(); |
13 |
14 |
14 }; |
15 }; |
15 |
16 |