Index: trunk/extensions/VisualEditor/modules/es/views/es.SurfaceView.js |
— | — | @@ -70,9 +70,6 @@ |
71 | 71 | // Events |
72 | 72 | |
73 | 73 | this.model.on( 'select', function( selection ) { |
74 | | - |
75 | | - |
76 | | - |
77 | 74 | // Keep a copy of the current selection on hand |
78 | 75 | _this.currentSelection = selection.clone(); |
79 | 76 | // Respond to selection changes |