From 25ca73dca552c78a44471a376556a7fb4031c1de Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 24 Aug 2011 00:27:27 +0000 Subject: [PATCH] spacing, yay! --- web/javascript/transmission.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/javascript/transmission.js b/web/javascript/transmission.js index 512769ecc..77415c86e 100644 --- a/web/javascript/transmission.js +++ b/web/javascript/transmission.js @@ -1881,7 +1881,7 @@ Transmission.prototype = if( torrent_ids.indexOf( tid ) == -1 ) keep.push( row ) else { - removedAny = true + removedAny = true delete this._torrents[ tid ] $(row.getElement()).remove() }