Cscott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/102467


Change subject: Remove a duplicate method.
......................................................................

Remove a duplicate method.

Change-Id: Icc861c6c3378fd321239f514c89dbb70227dff4d
---
M lib/index.js
1 file changed, 0 insertions(+), 6 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Collection/OfflineContentGenerator/latex_renderer
 refs/changes/67/102467/1

diff --git a/lib/index.js b/lib/index.js
index e721b67..a17571d 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -463,12 +463,6 @@
        this.output.push('\\end{enumerate}');
 };
 
-Visitor.prototype.visitLI = function(node) {
-       this.output.push('\\item %');
-       this.insideParagraph = true;
-       this.visitChildren(node);
-};
-
 Visitor.prototype.visitDL = function(node) {
        var child = DomUtil.first_child(node); // first non-ws child node
        // LaTeX requires that a description have at least one item.

-- 
To view, visit https://gerrit.wikimedia.org/r/102467
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc861c6c3378fd321239f514c89dbb70227dff4d
Gerrit-PatchSet: 1
Gerrit-Project: 
mediawiki/extensions/Collection/OfflineContentGenerator/latex_renderer
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to