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:
authorMark Otto <markdotto@gmail.com>2017-06-17 20:13:43 +0300
committerMark Otto <markdotto@gmail.com>2017-06-17 20:13:43 +0300
commitce98a1da5bd8f50153c9924c34fd465f87814117 (patch)
treec52908d1e5170f04779226a9d579494169301a1c /js/dist/popover.js
parent816d5bd2e3268aac543ecfe534290879ee59da1d (diff)
build
Diffstat (limited to 'js/dist/popover.js')
-rw-r--r--js/dist/popover.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/dist/popover.js b/js/dist/popover.js
index e60fcf6bc4..5153c4201e 100644
--- a/js/dist/popover.js
+++ b/js/dist/popover.js
@@ -63,14 +63,14 @@ var Popover = function ($) {
FOCUSOUT: 'focusout' + EVENT_KEY,
MOUSEENTER: 'mouseenter' + EVENT_KEY,
MOUSELEAVE: 'mouseleave' + EVENT_KEY
- };
- /**
- * ------------------------------------------------------------------------
- * Class Definition
- * ------------------------------------------------------------------------
- */
+ /**
+ * ------------------------------------------------------------------------
+ * Class Definition
+ * ------------------------------------------------------------------------
+ */
+ };
var Popover = function (_Tooltip) {
_inherits(Popover, _Tooltip);
@@ -95,10 +95,10 @@ var Popover = function ($) {
};
Popover.prototype.setContent = function setContent() {
- var $tip = $(this.getTipElement());
+ var $tip = $(this.getTipElement()
// we use append for html objects to maintain js events
- this.setElementContent($tip.find(Selector.TITLE), this.getTitle());
+ );this.setElementContent($tip.find(Selector.TITLE), this.getTitle());
this.setElementContent($tip.find(Selector.CONTENT), this._getContent());
$tip.removeClass(ClassName.FADE + ' ' + ClassName.SHOW);