diff --git a/modules/es/views/es.SurfaceView.js b/modules/es/views/es.SurfaceView.js index 2309ab5c9f..26f927d853 100644 --- a/modules/es/views/es.SurfaceView.js +++ b/modules/es/views/es.SurfaceView.js @@ -70,9 +70,6 @@ es.SurfaceView = function( $container, model ) { // Events this.model.on( 'select', function( selection ) { - - - // Keep a copy of the current selection on hand _this.currentSelection = selection.clone(); // Respond to selection changes