Index: trunk/extensions/VisualEditor/modules/ve/es/ve.es.Surface.js |
— | — | @@ -501,7 +501,7 @@ |
502 | 502 | ve.es.Surface.prototype.onBlur = function( e ) { |
503 | 503 | //stop polling |
504 | 504 | if ( this.keyboard.readInterval ) { |
505 | | - clearInterval( this.readInterval ); |
| 505 | + clearInterval( this.keyboard.readInterval ); |
506 | 506 | } |
507 | 507 | }; |
508 | 508 | |
— | — | @@ -695,7 +695,7 @@ |
696 | 696 | // Ignore chrome 229 IME event. |
697 | 697 | if (e.which !== 229) { |
698 | 698 | // Chunked insert |
699 | | - this.handleInsert( this.keyboard.chunkSize ); //three character chunk |
| 699 | + this.handleInsert( this.keyboard.chunkSize ); |
700 | 700 | } |
701 | 701 | break; |
702 | 702 | } |