4 'flight': 'components/flight'
11 'flight/lib/registry',
14 'flight/tools/debug/debug'
17 function(compose, registry, advice, withLogging, debug) {
19 compose.mixin(registry, [advice.withAdvice, withLogging]);
20 require(['app/boot/page'], function(initialize) {