File Changes for angie
switch to commits view, user indexv301_base to v302_preview (2014-06-09 to 2014-06-16) v302
- src/hg/js/hgVarAnnogrator.js
- lines changed 18, context: html, text, full: html, text
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/jshint.exclude
- lines changed 4, context: html, text, full: html, text
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.
- lines changed 4, 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/makefile
- lines changed 3, context: html, text, full: html, text
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.
- lines changed 11, 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/utils.js
- lines changed 3, context: html, text, full: html, text
Removed 'DEAD CODE?' comment next to setCheckboxList because it is used by hgVai.c.
- src/inc/common.mk
- lines changed 4, context: html, text, full: html, text
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.
- lines changed 1, context: html, text, full: html, text
Use true instead of /bin/true for portability (it's /usr/bin/true on BSD/OSX).
switch to commits view, user index