Index: trunk/extensions/VisualEditor/modules/es/views/es.SurfaceView.js |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | this.$cursor = $( '<div class="es-surfaceView-cursor"></div>' ) |
30 | 30 | .appendTo( 'body' ); |
31 | 31 | this.updateSelectionTimeout = undefined; |
32 | | - this.emitUpdateTimeoue = undefined; |
| 32 | + this.emitUpdateTimeout = undefined; |
33 | 33 | |
34 | 34 | // Interaction states |
35 | 35 | |