From fea5ed5b60f1f4da5ff4d569202cf1281fa7cdd6 Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Wed, 25 May 2016 17:28:22 +0530 Subject: [PATCH] Remove unread_subjects from check-all.js unread_subjects is not used by other modules. --- tools/jslint/check-all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jslint/check-all.js b/tools/jslint/check-all.js index 101531711e..823d0f68b4 100644 --- a/tools/jslint/check-all.js +++ b/tools/jslint/check-all.js @@ -56,7 +56,7 @@ var globals = + ' home_msg_list current_msg_list' + ' respond_to_message' + ' process_loaded_for_unread' - + ' recent_subjects unread_subjects' + + ' recent_subjects' ;