[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

@ -58,7 +58,7 @@ define(
resolver = new BundleResolver(new ExtensionResolver(
new ImplementationLoader(require),
$log
)),
), $log),
registrar = new ExtensionRegistrar(
app,
new CustomRegistrars(app, $log),