redrawNavi was a one-line function invoked in only one place.
[mkws-moved-to-github.git] / tools / htdocs / debugging-notes.txt
1 config_default.debug_level is initialised to 1
2 mkws_config.debug_level may be set by the application
3 mkws.debug_level is set from one of the above
4 mkws.debug_time is self-contained, and used well
5 mkws.debug_function is a function
6 var debug is a local alias of mkws.debug_function
7 debug2 is a function that calls debug after 500 ms -- what?!