diff options
Diffstat (limited to 'install/ui/src/freeipa/app.js')
-rw-r--r-- | install/ui/src/freeipa/app.js | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/install/ui/src/freeipa/app.js b/install/ui/src/freeipa/app.js index 37c4c08a..2fbe0775 100644 --- a/install/ui/src/freeipa/app.js +++ b/install/ui/src/freeipa/app.js @@ -18,9 +18,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/** - * Application wrapper - */ define([ //core 'dojo/_base/lang', @@ -56,6 +53,14 @@ define([ 'dojo/domReady!' ],function(lang, Deferred, when, plugin_loader, phases, Application_controller, exports) { + /** + * Application wrapper + * + * Prepares application controller and registers phases. + * + * @class app + * @singleton + */ var app = { /** |