While applying patch, there are warnings about tab indentation. I am assuming...

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.
  1. +++ b/core/assets/vendor/jquery/jquery.js @@ -65,7 +65,7 @@ var support = {}; - version = "2.2.3", + version = "2.2.4",

    Tab added

  2. +++ b/core/assets/vendor/jquery/jquery.js @@ -5006,13 +5006,14 @@ jQuery.Event.prototype = { + isSimulated: false,

    Tab added

  3. +++ b/core/assets/vendor/jquery/jquery.js @@ -5006,13 +5006,14 @@ jQuery.Event.prototype = { - if ( e ) { + if ( e && !this.isSimulated ) {

    Tab added

  4. +++ b/core/assets/vendor/jquery/jquery.js @@ -5021,7 +5022,7 @@ jQuery.Event.prototype = { - if ( e ) { + if ( e && !this.isSimulated ) {

    Tab added

  5. +++ b/core/assets/vendor/jquery/jquery.js @@ -5030,7 +5031,7 @@ jQuery.Event.prototype = { - if ( e ) { + if ( e && !this.isSimulated ) {

    Tab added

  6. +++ b/core/assets/vendor/jquery/jquery.js @@ -7864,6 +7852,7 @@ jQuery.extend( jQuery.event, { + // Used only for `focus(in | out)` events

    Tab added

Issue Status
Needs Review
Contribution Author
Files count
0
Patches count
0