Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Commit 7d8985e

Browse files
committed
Removed unused variable
1 parent 161785c commit 7d8985e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/static/js/fb-ctf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,6 @@ function setupInputListeners() {
682682
*/
683683
function captureCountry(country) {
684684
var $selectCountry = $('.countries .land[title="' + country + '"]', $mapSvg),
685-
capturedBy = getCapturedByMarkup($selectCountry.closest('g').data('captured')),
686685
showAnimation = !(is_ie || LIST_VIEW),
687686
animationDuration = !showAnimation ? 0 : 600;
688687

0 commit comments

Comments
 (0)