From 3308957304f4276f02645bc02ac88395c94a74f5 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Thu, 19 Feb 2015 08:58:01 -0500 Subject: [PATCH] Fix some comments. --- unpacked/jax/output/HTML-CSS/jax.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js index a7f706eda..1564dfbdc 100644 --- a/unpacked/jax/output/HTML-CSS/jax.js +++ b/unpacked/jax/output/HTML-CSS/jax.js @@ -1857,8 +1857,8 @@ HTMLaddAttributes: function(span) { // // Copy RDFa, aria, and other tags from the MathML to the HTML-CSS - // output spans Don't copy those in the MML.nocopyAttributes list, - // the ignoreMMLattributes configuration list, or anything tha + // output spans. Don't copy those in the MML.nocopyAttributes list, + // the ignoreMMLattributes configuration list, or anything that // already exists as a property of the span (e.g., no "onlick", etc.) // If a name in the ignoreMMLattributes object is set to false, then // the attribute WILL be copied.