b0c00c8164dc64ca1dafd5a0bdcaae58de06ba84 angie Wed May 14 10:22:14 2014 -0700 Adding jshint target to js/makefile. In inc/common.mk, JSHINT is setto true (program that simply exits with no error) if not already set, so running 'make jshint' is a no-op unless you set JSHINT=jshint in your environment. diff --git src/hg/js/jshint.exclude src/hg/js/jshint.exclude new file mode 100644 index 0000000..8d7b209 --- /dev/null +++ src/hg/js/jshint.exclude @@ -0,0 +1,4 @@ +jquery*.js +ui.core.js +*lowe*.js +ui.dropdownchecklist.js