UI: upgrade Ember to 5.4 (#26708)

This commit is contained in:
Chelsea Shaw
2024-05-07 11:34:21 -05:00
committed by GitHub
parent ec1f261db9
commit c02787cd8f
47 changed files with 1153 additions and 1929 deletions

View File

@@ -6,7 +6,7 @@
// By Mozilla Contributors licensed under CC-BY-SA 2.5 (http://creativecommons.org/licenses/by-sa/2.5/)
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes#Polyfill
if (!String.prototype.includes) {
String.prototype.includes = function(search, start) {
String.prototype.includes = function (search, start) {
'use strict';
if (typeof start !== 'number') {
start = 0;