##// END OF EJS Templates
fix typo that->this
Matthias BUSSONNIER -
Show More
@@ -99,7 +99,7 b' var IPython = (function (IPython) {'
99 99 // result as invoking `something?`
100 100 Tooltip.prototype.showInPager = function()
101 101 {
102 var msg_id = IPython.notebook.kernel.execute(that.name+"?");
102 var msg_id = IPython.notebook.kernel.execute(this.name+"?");
103 103 IPython.notebook.msg_cell_map[msg_id] = IPython.notebook.get_selected_cell().cell_id;
104 104 this.remove_and_cancel_tooltip();
105 105 this._cmfocus();
General Comments 0
You need to be logged in to leave comments. Login now