[Pcsclite-git-commit] [website] 02/03: main.js: comment console declaration

Ludovic Rousseau rousseau at moszumanska.debian.org
Thu Sep 28 18:18:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit 230a87e42644b4d1cd82b02d5a4e78ed723df562
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Thu Sep 28 20:14:31 2017 +0200

    main.js: comment console declaration
    
    ERROR: 'console' is defined but never used. [no-unused-vars]vars/*global console */
---
 select_readers/js/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/select_readers/js/main.js b/select_readers/js/main.js
index 8a51b7c..f1f0ae1 100644
--- a/select_readers/js/main.js
+++ b/select_readers/js/main.js
@@ -24,7 +24,7 @@
 
 /* To make JSlint happy with $ defined by jquery */
 /*global $ */
-/*global console */
+// /*global console */
 /*global document */
 /*global readers */
 /*global url */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list