aboutsummaryrefslogtreecommitdiff
path: root/js/dist/tooltip.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-08-13 12:59:27 -0700
committerMark Otto <[email protected]>2017-08-13 12:59:27 -0700
commit2be34d5ce9ba1e4b03e534775e692f7de0267156 (patch)
treea2e81221f9c2b2d249acac0e8395ba3be5136ac9 /js/dist/tooltip.js
parent30e27e79423255a351c0ee670b0c9aae0eb1a9ff (diff)
downloadbootstrap-2be34d5ce9ba1e4b03e534775e692f7de0267156.tar.xz
bootstrap-2be34d5ce9ba1e4b03e534775e692f7de0267156.zip
dist
Diffstat (limited to 'js/dist/tooltip.js')
-rw-r--r--js/dist/tooltip.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/dist/tooltip.js b/js/dist/tooltip.js
index 9193ba5f2..754fba9ad 100644
--- a/js/dist/tooltip.js
+++ b/js/dist/tooltip.js
@@ -106,14 +106,14 @@ var Tooltip = function ($) {
FOCUS: 'focus',
CLICK: 'click',
MANUAL: 'manual'
+ };
- /**
- * ------------------------------------------------------------------------
- * Class Definition
- * ------------------------------------------------------------------------
- */
+ /**
+ * ------------------------------------------------------------------------
+ * Class Definition
+ * ------------------------------------------------------------------------
+ */
- };
var Tooltip = function () {
function Tooltip(element, config) {
_classCallCheck(this, Tooltip);