From 8c367cdb2181ff299c52b827f587816b6ec6780a Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 1 Dec 2018 13:59:08 +0000 Subject: [PATCH] Fix typo in #3601 --- plugins/tiddlywiki/katex/wrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tiddlywiki/katex/wrapper.js b/plugins/tiddlywiki/katex/wrapper.js index 343f2dd8b..57536b63e 100644 --- a/plugins/tiddlywiki/katex/wrapper.js +++ b/plugins/tiddlywiki/katex/wrapper.js @@ -13,7 +13,7 @@ Wrapper for `katex.min.js` that provides a `<$latex>` widget. It is also availab "use strict"; var katex = require("$:/plugins/tiddlywiki/katex/katex.min.js"), - parseChem = require("$:/plugins/tiddlywiki/katex/mhchem.min.js"), + chemParse = require("$:/plugins/tiddlywiki/katex/mhchem.min.js"), Widget = require("$:/core/modules/widgets/widget.js").widget; // Add \ce, \pu, and \tripledash to the KaTeX macros. katex.__defineMacro("\\ce", function(context) {