Skip to content

Commit 758fd6c

Browse files
committed
Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch
1 parent 7a607c5 commit 758fd6c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ This will only run the "css" module tests. This will significantly speed up your
211211

212212
Remember that jQuery supports multiple browsers and their versions; any contributed code must work in all of them. You can refer to the [browser support page](http://jquery.com/browser-support/) for the current list of supported browsers.
213213

214-
Note that browser support differs depending on whether you are targeting the `master` or `1.x-master` branch.
214+
Note that browser support differs depending on whether you are targeting the `master` or `compat` branch.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ In the spirit of open source software development, jQuery always encourages comm
1414
Environments in which to use jQuery
1515
--------------------------------------
1616

17-
- [Browser support](http://jquery.com/browser-support/) differs between the master (2.x) branch and the 1.x-master branch. Specifically, 2.x does not support legacy browsers such as IE6-8. The jQuery team continues to provide support for legacy browsers on the 1.x-master branch. Use the latest 1.x release if support for those browsers is required. See [browser support](http://jquery.com/browser-support/) for more info.
18-
- To use jQuery in Node, browser extensions, and other non-browser environments, use only **2.x** releases. 1.x does not support these environments.
17+
- [Browser support](http://jquery.com/browser-support/) differs between the master branch and the compat branch. Specifically, the master branch does not support legacy browsers such as IE6-8. The jQuery team continues to provide support for legacy browsers on the compat branch. Use the latest compat release if support for those browsers is required. See [browser support](http://jquery.com/browser-support/) for more info.
18+
- To use jQuery in Node, browser extensions, and other non-browser environments, use only master branch releases given the name "jquery" rather than "jquery-compat". The compat branch does not support these environments.
1919

2020

2121
What you need to build your own jQuery

src/manipulation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ wrapMap.optgroup = wrapMap.option;
4646
wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
4747
wrapMap.th = wrapMap.td;
4848

49-
// Support: 1.x compatibility
5049
// Manipulating tables requires a tbody
5150
function manipulationTarget( elem, content ) {
5251
return jQuery.nodeName( elem, "table" ) &&

0 commit comments

Comments
 (0)