From e00576f24ae730080cf2febddece994cbdaf1101 Mon Sep 17 00:00:00 2001 From: Bodhisattwa Date: Sat, 3 Feb 2018 01:03:20 +0530 Subject: [PATCH] Removed deprecated position statements from resource loader module Bug: T184257 Change-Id: I3aa850a4c492f6c927a32f12652cc319bf22ea92 --- extension.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/extension.json b/extension.json index 6cd715419..b5164ea17 100644 --- a/extension.json +++ b/extension.json @@ -61,7 +61,6 @@ "skinStyles": { "minerva": "ext.cite.styles.minerva.less" }, - "position": "bottom", "targets": [ "desktop", "mobile" @@ -73,13 +72,11 @@ "messages": [ "cite_references_link_accessibility_label", "cite_references_link_many_accessibility_label" - ], - "position": "bottom" + ] }, "ext.cite.style": { "class": "CiteCSSFileModule", "styles": "ext.cite.style.css", - "position": "top", "targets": [ "desktop", "mobile"