From 0bf34dd548d2d2f878621e18c885b964920ce98b Mon Sep 17 00:00:00 2001 From: brendandahl Date: Wed, 17 Oct 2012 15:37:53 -0700 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 075151e..dfd0ad9 100644 --- a/Contributing.md +++ b/Contributing.md @@ -17,7 +17,7 @@ An overview how to contribute code to the pdf.js project. The basic workflow: * git hub account * python - http://www.python.org/download/ * node - http://nodejs.org/ -* gjslint - https://developers.google.com/closure/utilities/docs/linter_howto +* gjslint - _Use version 2.3.5_ https://developers.google.com/closure/utilities/docs/linter_howto * (for Windows, see [[Setting up pdf.js Development Environment for Windows]]) **Before you make any changes to the code you'll probably want jump down to the section on "Generating Reference Images" to create the reference snapshot images so you can run the test framework and check for regressions.**