[Framework] Add comments, logging

Add additional comments and logging to components
of the framework layer. WTD-518.
This commit is contained in:
Victor Woeltjen
2014-11-04 17:17:35 -08:00
parent 3ed3ee19d7
commit dbd5b148e2
10 changed files with 136 additions and 34 deletions

View File

@ -1,7 +1,7 @@
/*global define*/
/**
* Constants used by the framework.
* Constants used by the framework layer.
*/
define({
MODULE_NAME: "OpenMCTWeb",