зеркало из https://github.com/mozilla/pjs.git
Fixed "===" typo.
This commit is contained in:
Родитель
c22a32eebb
Коммит
ab81cc6411
|
@ -214,7 +214,7 @@ function EditorSetParagraphFormat(paraFormat)
|
|||
function EditorSetFontSize(size)
|
||||
{
|
||||
if( size == "0" || size == "normal" ||
|
||||
size === "+0" )
|
||||
size == "+0" )
|
||||
{
|
||||
window.editorShell.RemoveTextProperty("font", size);
|
||||
dump("Removing font size\n");
|
||||
|
|
Загрузка…
Ссылка в новой задаче