Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-Simulacrum
Hide trait default methods Fixes #62499. However, the question remains: do we want to extend it to this point or not? r? @QuietMisdreavus
This commit is contained in:
commit
1ea8fc587c
6 changed files with 24 additions and 21 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
// Local js definitions:
|
||||
/* global addClass, getCurrentValue, hasClass */
|
||||
/* global isHidden onEach, removeClass, updateLocalStorage */
|
||||
/* global isHidden, onEach, removeClass, updateLocalStorage */
|
||||
|
||||
if (!String.prototype.startsWith) {
|
||||
String.prototype.startsWith = function(searchString, position) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue