From 92c858fd768a8adcfa61f2f1ddbcebb61d007233 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Sun, 28 Feb 2016 01:24:21 -0800 Subject: [PATCH] Remove not actually "@comment" from ResourceModules definition extension.json only removes top level and "config" keys that start with @, so this "comment" was actually being passed onto ResourceLoader and eventually being ignored at that stage. But since it's not a recognized value, it causes validation of the extension.json file against the schema to fail. Bug: T128311 Change-Id: Ibed94e1818c8fc9c3afdc3e09d0af5e84c49a342 --- extension.json | 1 - 1 file changed, 1 deletion(-) diff --git a/extension.json b/extension.json index c9c1387c0..cd3c5da5b 100644 --- a/extension.json +++ b/extension.json @@ -156,7 +156,6 @@ ] }, "ext.visualEditor.mwreference": { - "@comment": "Deprecated alias", "dependencies": [ "ext.cite.visualEditor" ]