From 5be5d276a4800177eb62ad7b5c871f556bd79da1 Mon Sep 17 00:00:00 2001 From: Inez Korczynski Date: Mon, 5 Dec 2011 20:46:53 +0000 Subject: [PATCH] Removed empty lines --- modules/es/views/es.SurfaceView.js | 3 --- 1 file changed, 3 deletions(-) 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