Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-09-14 18:12:06 +0300
committerGitHub <noreply@github.com>2020-09-14 18:12:06 +0300
commit4491fb091f021c61cd3089323b3e0a9289ef768d (patch)
tree57bb20cad543a588c6fc23d49ed738494c09fe73 /js/dist/dom/selector-engine.js
parent5c25ea647bdc463df5a322c8248460a78305a1f4 (diff)
Dist (#31644)
Diffstat (limited to 'js/dist/dom/selector-engine.js')
-rw-r--r--js/dist/dom/selector-engine.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/dom/selector-engine.js b/js/dist/dom/selector-engine.js
index ebc8708067..6ad475b8ed 100644
--- a/js/dist/dom/selector-engine.js
+++ b/js/dist/dom/selector-engine.js
@@ -6,7 +6,7 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./polyfill.js')) :
typeof define === 'function' && define.amd ? define(['./polyfill.js'], factory) :
- (global = global || self, global.SelectorEngine = factory(global.Polyfill));
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.SelectorEngine = factory(global.Polyfill));
}(this, (function (polyfill_js) { 'use strict';
/**