From 7ffc72f8c014ea6f6b9078650e004efcefcc7ada Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 4 Nov 2015 17:32:13 +0800 Subject: [PATCH] Issue #813. Remove eslint config comment. --- webcompat/static/js/lib/user-activity.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/webcompat/static/js/lib/user-activity.js b/webcompat/static/js/lib/user-activity.js index 61ca0c038..59c081f86 100644 --- a/webcompat/static/js/lib/user-activity.js +++ b/webcompat/static/js/lib/user-activity.js @@ -2,8 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - /* global: $, wcEvents */ - var issues = issues || {}; var issueList = issueList || {}; var loadingIndicator = $('.js-loader');