This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1959,10 +1959,10 @@ function bindJQuery() {
1959
1959
* @description
1960
1960
* Restores the pre-1.8 behavior of jqLite that turns XHTML-like strings like
1961
1961
* `<div /><span />` to `<div></div><span></span>` instead of `<div><span></span></div>`.
1962
- * The new behavior is a security fix so if you use this method , please try to adjust
1963
- * to the change & remove the call as soon as possible.
1962
+ * The new behavior is a security fix. Thus, if you need to call this function , please try to adjust
1963
+ * your code for this change and remove your use of this function as soon as possible.
1964
1964
1965
- * Note that this only patches jqLite. If you use jQuery 3.5.0 or newer, please read
1965
+ * Note that this only patches jqLite. If you use jQuery 3.5.0 or newer, please read the
1966
1966
* [jQuery 3.5 upgrade guide](https://jquery.com/upgrade-guide/3.5/) for more details
1967
1967
* about the workarounds.
1968
1968
*/
Original file line number Diff line number Diff line change 96
96
* ```js
97
97
* angular.UNSAFE_restoreLegacyJqLiteXHTMLReplacement();
98
98
* ```
99
- * Note that this only patches jqLite. If you use jQuery 3.5.0 or newer, please read
99
+ * Note that this only patches jqLite. If you use jQuery 3.5.0 or newer, please read the
100
100
* [jQuery 3.5 upgrade guide](https://jquery.com/upgrade-guide/3.5/) for more details
101
101
* about the workarounds.
102
102
*
@@ -196,7 +196,7 @@ wrapMap.th = wrapMap.td;
196
196
197
197
// Support: IE <10 only
198
198
// IE 9 requires an option wrapper & it needs to have the whole table structure
199
- // set up up front ; assigning `"<td></td>"` to `tr.innerHTML` doesn't work, etc.
199
+ // set up in advance ; assigning `"<td></td>"` to `tr.innerHTML` doesn't work, etc.
200
200
var wrapMapIE9 = {
201
201
option : [ 1 , '<select multiple="multiple">' , '</select>' ] ,
202
202
_default : [ 0 , '' , '' ]
You can’t perform that action at this time.
0 commit comments