tooltip.js 32.3 KB
Newer Older
XhmikosR's avatar
Dist    
XhmikosR committed
1001
1002
1003
1004
1005
1006
      get: function get() {
        return DATA_KEY;
      }
    }, {
      key: "Event",
      get: function get() {
XhmikosR's avatar
XhmikosR committed
1007
        return Event$1;
XhmikosR's avatar
Dist    
XhmikosR committed
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
      }
    }, {
      key: "EVENT_KEY",
      get: function get() {
        return EVENT_KEY;
      }
    }, {
      key: "DefaultType",
      get: function get() {
        return DefaultType;
      }
    }]);
1020

XhmikosR's avatar
Dist    
XhmikosR committed
1021
1022
1023
1024
1025
1026
    return Tooltip;
  }();
  /**
   * ------------------------------------------------------------------------
   * jQuery
   * ------------------------------------------------------------------------
XhmikosR's avatar
XhmikosR committed
1027
   * add .Tooltip to jQuery only if jQuery is present
XhmikosR's avatar
Dist    
XhmikosR committed
1028
   */
1029

1030

XhmikosR's avatar
XhmikosR committed
1031
1032
1033
  onDOMContentLoaded(function () {
    var $ = getjQuery();
    /* istanbul ignore if */
Mark Otto's avatar
dist    
Mark Otto committed
1034

XhmikosR's avatar
XhmikosR committed
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
    if ($) {
      var JQUERY_NO_CONFLICT = $.fn[NAME];
      $.fn[NAME] = Tooltip.jQueryInterface;
      $.fn[NAME].Constructor = Tooltip;

      $.fn[NAME].noConflict = function () {
        $.fn[NAME] = JQUERY_NO_CONFLICT;
        return Tooltip.jQueryInterface;
      };
    }
  });
1046
1047

  return Tooltip;
Mark Otto's avatar
dist    
Mark Otto committed
1048

XhmikosR's avatar
XhmikosR committed
1049
})));
Mark Otto's avatar
dist    
Mark Otto committed
1050
//# sourceMappingURL=tooltip.js.map
For faster browsing, not all history is shown. View entire blame