Bug 718239. (Bv1a-bis) accessible/tests/mochitest/events.js: Fix typo in patch Bv1a. r=surkov.alexander.

This commit is contained in:
Serge Gautherie 2012-01-20 12:58:57 +01:00
Родитель 828ebbec0f
Коммит 6c34f37246
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1595,7 +1595,7 @@ var gLogger =
{
if (gA11yEventDumpToConsole)
dump("\n" + aMsg + "\n");
}
},
/**
* Log message to error console.
@ -1604,7 +1604,7 @@ var gLogger =
{
if (gA11yEventDumpToAppConsole)
Services.console.logStringMessage("events: " + aMsg);
},
}
};