From df3e39d97a6a2286e668cbee62ae933f548fd2cb Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 15 Feb 2016 11:33:47 +0000 Subject: [PATCH] Update wikiparser file comment --- core/modules/parsers/wikiparser/wikiparser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/parsers/wikiparser/wikiparser.js b/core/modules/parsers/wikiparser/wikiparser.js index 736e2dbdf..2a55399dd 100644 --- a/core/modules/parsers/wikiparser/wikiparser.js +++ b/core/modules/parsers/wikiparser/wikiparser.js @@ -16,6 +16,7 @@ Attributes are stored as hashmaps of the following objects: {type: "string", value: } - literal string {type: "indirect", textReference: } - indirect through a text reference + {type: "macro", macro: } - indirect through a macro invocation \*/ (function(){