Unverified Commit dee67cc1 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3347492 by longwave: Remove outdated comment about WebKit from states.js

parent ba8126bd
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -688,9 +688,6 @@
        .toggleClass('form-disabled', e.value)
        .find('select, input, textarea')
        .prop('disabled', e.value);

      // Note: WebKit nightlies don't reflect that change correctly.
      // See https://bugs.webkit.org/show_bug.cgi?id=23789
    }
  });