mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(ts) make tsc happy
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
49bcf5c179
commit
7cd39b7983
@@ -63,7 +63,7 @@ export function escapeRegexp(s: string) {
|
||||
* @param {Object} w - Window object to use instead of the built in one.
|
||||
* @returns {string}
|
||||
*/
|
||||
export function getBaseUrl(w: Window = window) {
|
||||
export function getBaseUrl(w: typeof window = window) {
|
||||
const doc = w.document;
|
||||
const base = doc.querySelector('base');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user