From 68423b1a69900d473ac19390e19783a5d4c020a0 Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Wed, 13 Jan 2016 05:04:02 +0000 Subject: [PATCH] Make ext.templateDataGenerator.ui depend on ext.templateData To get the correct styles... Alternatively, I suppose we could split the style file? Bug: T119361 Change-Id: Idc2d35cd929b239448c9c317c89d70f174a4eb05 --- extension.json | 1 + 1 file changed, 1 insertion(+) diff --git a/extension.json b/extension.json index 2187b3ca..debbc9d9 100644 --- a/extension.json +++ b/extension.json @@ -87,6 +87,7 @@ ], "dependencies": [ "oojs-ui", + "ext.templateData", "ext.templateDataGenerator.data", "jquery.uls.data" ],