1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 18:44:01 +02:00
This commit is contained in:
XhmikosR
2019-11-08 10:11:23 +02:00
committed by GitHub
parent eb849d73cd
commit cc6f66f72a
54 changed files with 306 additions and 217 deletions

View File

@@ -7,7 +7,7 @@
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));
}(this, function (polyfill_js) { 'use strict';
}(this, (function (polyfill_js) { 'use strict';
/**
* --------------------------------------------------------------------------
@@ -98,5 +98,5 @@
return SelectorEngine;
}));
})));
//# sourceMappingURL=selector-engine.js.map