From 5740ce2ff03b33cd048f0c2323abdc99509729a2 2012-05-31 20:08:20 From: Matthias BUSSONNIER Date: 2012-05-31 20:08:20 Subject: [PATCH] fix cancel_stick typo --- diff --git a/IPython/frontend/html/notebook/static/js/tooltip.js b/IPython/frontend/html/notebook/static/js/tooltip.js index fb9fde0..7dea696 100644 --- a/IPython/frontend/html/notebook/static/js/tooltip.js +++ b/IPython/frontend/html/notebook/static/js/tooltip.js @@ -187,7 +187,7 @@ var IPython = (function (IPython) { else if( this._consecutive_conter == 3) { this._old_cell = null ; - this._cancel_stick(); + this.cancel_stick(); this._old_request = null ; this._consecutive_conter = 0; this.showInPager();