From e668b06231553457df64eb43bef8918b21b4ebdc Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 27 Jan 2016 14:57:30 +0100 Subject: [PATCH] webui: remove moot error from webui build add module 'libs/d3' to a list of modules provided by third party libraries it is provided by d3 library in libs directory https://fedorahosted.org/freeipa/ticket/5641 Reviewed-By: Gabe Alford --- install/ui/src/webui.profile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/ui/src/webui.profile.js b/install/ui/src/webui.profile.js index 6fd9d912c..1d7a6cc84 100644 --- a/install/ui/src/webui.profile.js +++ b/install/ui/src/webui.profile.js @@ -108,7 +108,8 @@ var profile = (function(){ "dojo/query", "dojo/string", "dojo/NodeList-dom", - "dojo/promise/all" + "dojo/promise/all", + "libs/d3" ] } ],