зеркало из https://github.com/mozilla/pjs.git
Whitespace to correct the typo in the bug number, b=49721,122524 (rather than 1222524)
This commit is contained in:
Родитель
9008b653d2
Коммит
ed7e3f7fe7
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче