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 +});