CSS: Correct typo in the comment

This commit is contained in:
Oleg Gaidarenko 2014-09-03 00:19:26 +04:00
parent b05b6a2219
commit 787ffbf5fa

View File

@ -7,7 +7,7 @@ var iframe,
elemdisplay = {
// Support: Firefox
// We have to pre-define this values for FF (#10227)
// We have to pre-define these values for FF (#10227)
HTML: "block",
BODY: "block"
};