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
This commit is contained in:
Kunal Mehta 2016-02-28 01:24:21 -08:00
parent 19074bcf0d
commit 92c858fd76

View file

@ -156,7 +156,6 @@
]
},
"ext.visualEditor.mwreference": {
"@comment": "Deprecated alias",
"dependencies": [
"ext.cite.visualEditor"
]