From 49a1b846ec4b8664cadb52afcc15aadc9e295050 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sun, 19 Apr 2015 17:30:43 +0200 Subject: Issue #2461531 by nod_, lauriii, pguillard: ESlint 0.18.0 compatibility and new rule --- core/modules/system/system.modules.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/modules/system/system.modules.js') diff --git a/core/modules/system/system.modules.js b/core/modules/system/system.modules.js index 4964a1a8825a..45ddf3bf4ea7 100644 --- a/core/modules/system/system.modules.js +++ b/core/modules/system/system.modules.js @@ -16,7 +16,9 @@ attach: function (context, settings) { var $input = $('input.table-filter-text').once('table-filter-text'); var $table = $($input.attr('data-table')); - var $rowsAndDetails, $rows, $details; + var $rowsAndDetails; + var $rows; + var $details; var searching = false; function hidePackageDetails(index, element) { -- cgit v1.2.3