From b24ec8009d8ba67e7dc527b74124635f5166fd6f Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 5 May 2014 17:06:24 +0100 Subject: [PATCH] Missing dependency --- core/modules/startup/rootwidget.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/startup/rootwidget.js b/core/modules/startup/rootwidget.js index e1cfaf754..5df33a908 100644 --- a/core/modules/startup/rootwidget.js +++ b/core/modules/startup/rootwidget.js @@ -15,6 +15,7 @@ Setup the root widget and the core root widget handlers // Export name and synchronous status exports.name = "rootwidget"; exports.platforms = ["browser"]; +exports.after = ["load-modules"]; exports.before = ["story"]; exports.synchronous = true;