Commits for angie
switch to files view, user index
v301_base to v302_preview (2014-06-09 to 2014-06-16) v302
- 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.
- src/hg/js/jshint.exclude - lines changed 4, context: html, text, full: html, text
- Use true instead of /bin/true for portability (it's /usr/bin/true on BSD/OSX).
- Got jshint to run cleanly. It uncovered a bug -- I was comparing atypeof to 'list' which is incorrect. JQuery has a handy $isArray().
(As of 1.7 it also has $.isNumeric() but we can't use that yet.)
- src/hg/js/hgVarAnnogrator.js - lines changed 18, context: html, text, full: html, text
- Removed jshint.exclude file. Removed some unnecessary ifdef's frommakefile, removed the jshint command that used jshint.exclude,
and made doInstall depend on jshint.
- src/hg/js/jshint.exclude - lines changed 4, context: html, text, full: html, text
- Removed 'DEAD CODE?' comment next to setCheckboxList because it is used by hgVai.c.
switch to files view, user index