Revert an incorrect change in jquery-2.2.0.js

This commit is contained in:
Sharang Dashputre 2019-03-10 00:24:44 +05:30
parent 62105f0aed
commit a90593273c
1 changed files with 2 additions and 2 deletions

View File

@ -5578,7 +5578,7 @@ var iframe,
}; };
/** /**
* Retrieve the actual display of an element * Retrieve the actual display of a element
* @param {String} name nodeName of the element * @param {String} name nodeName of the element
* @param {Object} doc Document object * @param {Object} doc Document object
*/ */
@ -9639,7 +9639,7 @@ jQuery.fn.extend( {
// 2) For the hidden or detached element // 2) For the hidden or detached element
// 3) For body or html element, i.e. in case of the html node - it will return itself // 3) For body or html element, i.e. in case of the html node - it will return itself
// //
// but those exceptions were never presented as a real life use cases // but those exceptions were never presented as a real life use-cases
// and might be considered as more preferable results. // and might be considered as more preferable results.
// //
// This logic, however, is not guaranteed and can change at any point in the future // This logic, however, is not guaranteed and can change at any point in the future