Whitespace to correct the typo in the bug number, b=49721,122524 (rather than 1222524)

This commit is contained in:
rbs%maths.uq.edu.au 2002-05-10 22:31:03 +00:00
Родитель 9008b653d2
Коммит ed7e3f7fe7
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -339,8 +339,8 @@ nsContextMenu.prototype = {
// See if the user clicked on MathML
const NS_MathML = "http://www.w3.org/1998/Math/MathML";
if ((this.target.nodeType == Node.TEXT_NODE &&
this.target.parentNode.namespaceURI == NS_MathML)
|| (this.target.namespaceURI == NS_MathML))
this.target.parentNode.namespaceURI == NS_MathML)
|| (this.target.namespaceURI == NS_MathML))
this.onMathML = true;
// See if the user clicked in a frame.