From 12a388887fc43ee9ef5386de7fa8b5e5ab2c624c 2012-05-31 20:08:20 From: Matthias BUSSONNIER Date: 2012-05-31 20:08:20 Subject: [PATCH] fix typo that->this --- diff --git a/IPython/frontend/html/notebook/static/js/tooltip.js b/IPython/frontend/html/notebook/static/js/tooltip.js index 7dea696..172f580 100644 --- a/IPython/frontend/html/notebook/static/js/tooltip.js +++ b/IPython/frontend/html/notebook/static/js/tooltip.js @@ -99,7 +99,7 @@ var IPython = (function (IPython) { // result as invoking `something?` Tooltip.prototype.showInPager = function() { - var msg_id = IPython.notebook.kernel.execute(that.name+"?"); + var msg_id = IPython.notebook.kernel.execute(this.name+"?"); IPython.notebook.msg_cell_map[msg_id] = IPython.notebook.get_selected_cell().cell_id; this.remove_and_cancel_tooltip(); this._cmfocus();