bootstrap.esm.js 141 KB
Newer Older
XhmikosR's avatar
XhmikosR committed
5001
var $$b = getjQuery();
XhmikosR's avatar
Dist.  
XhmikosR committed
5002
5003
5004
5005
5006
5007
5008
/**
 * ------------------------------------------------------------------------
 * jQuery
 * ------------------------------------------------------------------------
 *  add .toast to jQuery only if jQuery is present
 */

5009
5010
/* istanbul ignore if */

XhmikosR's avatar
XhmikosR committed
5011
5012
5013
5014
if ($$b) {
  var JQUERY_NO_CONFLICT$a = $$b.fn[NAME$a];
  $$b.fn[NAME$a] = Toast.jQueryInterface;
  $$b.fn[NAME$a].Constructor = Toast;
XhmikosR's avatar
Dist.  
XhmikosR committed
5015

XhmikosR's avatar
XhmikosR committed
5016
5017
5018
  $$b.fn[NAME$a].noConflict = function () {
    $$b.fn[NAME$a] = JQUERY_NO_CONFLICT$a;
    return Toast.jQueryInterface;
XhmikosR's avatar
Dist.  
XhmikosR committed
5019
5020
5021
5022
5023
  };
}

export { Alert, Button, Carousel, Collapse, Dropdown, Modal, Popover, ScrollSpy, Tab, Toast, Tooltip };
//# sourceMappingURL=bootstrap.esm.js.map
For faster browsing, not all history is shown. View entire blame