From b6fcb806d68d2d5f6fd44f2e012a8746cb75ddbf Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Fri, 30 Mar 2012 12:09:13 +0200 Subject: [PATCH] fix cancel_stick typo --- IPython/frontend/html/notebook/static/js/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/js/tooltip.js b/IPython/frontend/html/notebook/static/js/tooltip.js index fb9fde09b..7dea6967a 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();