Contribution Date
              Technology
              
          Contribution Project
              
          Contribution Details
              While applying patch, there are warnings about tab indentation. I am assuming we cannot do much about it as it is a vendor js file.
<stdin>:34: tab in indent.
	isSimulated: false,
<stdin>:42: tab in indent.
		if ( e && !this.isSimulated ) {
<stdin>:51: tab in indent.
		if ( e && !this.isSimulated ) {
<stdin>:60: tab in indent.
		if ( e && !this.isSimulated ) {
<stdin>:88: tab in indent.- 
+++ b/core/assets/vendor/jquery/jquery.js @@ -65,7 +65,7 @@ var support = {}; - version = "2.2.3", + version = "2.2.4",Tab added 
- 
+++ b/core/assets/vendor/jquery/jquery.js @@ -5006,13 +5006,14 @@ jQuery.Event.prototype = { + isSimulated: false,Tab added 
- 
+++ b/core/assets/vendor/jquery/jquery.js @@ -5006,13 +5006,14 @@ jQuery.Event.prototype = { - if ( e ) { + if ( e && !this.isSimulated ) {Tab added 
- 
+++ b/core/assets/vendor/jquery/jquery.js @@ -5021,7 +5022,7 @@ jQuery.Event.prototype = { - if ( e ) { + if ( e && !this.isSimulated ) {Tab added 
- 
+++ b/core/assets/vendor/jquery/jquery.js @@ -5030,7 +5031,7 @@ jQuery.Event.prototype = { - if ( e ) { + if ( e && !this.isSimulated ) {Tab added 
- 
+++ b/core/assets/vendor/jquery/jquery.js @@ -7864,6 +7852,7 @@ jQuery.extend( jQuery.event, { + // Used only for `focus(in | out)` eventsTab added 
Issue Status
              Needs Review
          Contribution Issue Link
              
          Contribution Link
              
          Files count
              0
          Patches count
              0