src/js/widgets/tooltipWidget.js
branchpopcorn-port
changeset 231 accc7358d8b5
parent 177 69b14f35e900
child 238 6008172a0592
child 289 c0e399fbf3fb
--- a/src/js/widgets/tooltipWidget.js	Thu Nov 10 17:25:30 2011 +0100
+++ b/src/js/widgets/tooltipWidget.js	Mon Nov 14 12:16:27 2011 +0100
@@ -8,6 +8,7 @@
 
 IriSP.TooltipWidget.prototype.draw = function() {
   var templ = Mustache.to_html(IriSP.tooltipWidget_template);
+    
   this.selector.append(templ);
   this.hide();