From: Oleg Gaidarenko Date: Tue, 2 Sep 2014 20:19:26 +0000 (+0400) Subject: CSS: Correct typo in the comment X-Git-Tag: 3.0.0-alpha1+compat~222 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=787ffbf5fa9a1afb5883edc576e954337b069bb6;p=jquery.git CSS: Correct typo in the comment --- diff --git a/src/css/defaultDisplay.js b/src/css/defaultDisplay.js index 58ad1b0fb..15d440d2f 100644 --- a/src/css/defaultDisplay.js +++ b/src/css/defaultDisplay.js @@ -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" };