From adeb3dc390c48ae5fd40ae33fb113be9151e2c4a Mon Sep 17 00:00:00 2001 From: Julia Pastushenko Date: Fri, 27 Dec 2019 15:32:07 +0100 Subject: [PATCH] Update QuickAdd.js --- QuickAdd/QuickAdd.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QuickAdd/QuickAdd.js b/QuickAdd/QuickAdd.js index 15046db..014df2a 100644 --- a/QuickAdd/QuickAdd.js +++ b/QuickAdd/QuickAdd.js @@ -3,9 +3,9 @@ require(['all.components'], function () { - require(['tau/configurator'], function (c) { + require(['tau/configurator'], function (c) { c.setApplicationPath(window.appHostAndPath); - // we will use fancy store API from tau.js + // we will use fancy store API from tau.js var store = c.getStore(); @@ -182,4 +182,4 @@ require(['all.components'], function () { }); -}); \ No newline at end of file +});