fix cancel_stick typo

This commit is contained in:
Matthias BUSSONNIER 2012-03-30 12:09:13 +02:00 committed by Brian Granger
parent d7b42270ee
commit b6fcb806d6

View File

@ -187,7 +187,7 @@ var IPython = (function (IPython) {
else if( this._consecutive_conter == 3) else if( this._consecutive_conter == 3)
{ {
this._old_cell = null ; this._old_cell = null ;
this._cancel_stick(); this.cancel_stick();
this._old_request = null ; this._old_request = null ;
this._consecutive_conter = 0; this._consecutive_conter = 0;
this.showInPager(); this.showInPager();