From 3b563e19cfc5d8d14ab1de6c4b7dd30de291ef9a Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 23 Aug 2013 18:38:44 +0100 Subject: [PATCH] Removed obsolete comments --- core/modules/parsers/wikiparser/wikiparser.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/modules/parsers/wikiparser/wikiparser.js b/core/modules/parsers/wikiparser/wikiparser.js index 16ef9028e..6b23198c0 100644 --- a/core/modules/parsers/wikiparser/wikiparser.js +++ b/core/modules/parsers/wikiparser/wikiparser.js @@ -15,8 +15,6 @@ The parse tree is made up of nested arrays of these JavaScript objects: Attributes are stored as hashmaps of the following objects: {type: "string", value: } - literal string - {type: "array", value: } - array of strings - {type: "styles", value: } - hashmap of style strings {type: "indirect", textReference: } - indirect through a text reference \*/