diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-03-20 01:45:19 +0100 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-04-04 12:55:03 -0400 |
commit | 7049877530882c2f8ee09f71f7fc736ca9570736 (patch) | |
tree | 0fa73efdca54f7445880979f4fb035ab891cc5eb /CONTRIBUTING.md | |
parent | ba16ba2efcb0a7703d1332044de87bf12700a66e (diff) | |
download | jquery-7049877530882c2f8ee09f71f7fc736ca9570736.tar.gz jquery-7049877530882c2f8ee09f71f7fc736ca9570736.zip |
Correct oldIE-related comments, revert some workarounds. Close gh-1207.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6028db34d..e6ede8e10 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -207,10 +207,12 @@ This will only run the "css" module tests. This will significantly speed up your **ALWAYS RUN THE FULL SUITE BEFORE COMMITTING AND PUSHING A PATCH!** -### jQuery supports the following browsers: +### jQuery 2.x supports the following browsers: * Chrome Current-1 * Safari Current-1 * Firefox Current-1 -* IE 6+ +* IE 9+ * Opera Current-1 + +jQuery 1.x additionally supports IE6+. |