(function (global) { 'use strict'; if (global.formApp) { return; } global.formApp = { context: null, rootWidget: null, modules: {} }; })(window);