aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/umd
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-06-19 16:26:33 -0700
committerMark Otto <[email protected]>2015-06-19 16:26:33 -0700
commitbc29c016b7afefa2a9a42e94efaee58695049285 (patch)
treeac294f7fbc18d4ba8c6b4179b7d1cbeb6481d70b /docs/dist/js/umd
parent8410afe0e104459a613f6232ad46334aa8b99fda (diff)
parent3df2d085ed219a16848b96e90a72fcd5575a5270 (diff)
downloadbootstrap-bc29c016b7afefa2a9a42e94efaee58695049285.tar.xz
bootstrap-bc29c016b7afefa2a9a42e94efaee58695049285.zip
Merge branch 'v4' into v4_builds
Diffstat (limited to 'docs/dist/js/umd')
-rw-r--r--docs/dist/js/umd/alert.js18
-rw-r--r--docs/dist/js/umd/button.js18
-rw-r--r--docs/dist/js/umd/carousel.js28
-rw-r--r--docs/dist/js/umd/collapse.js28
-rw-r--r--docs/dist/js/umd/dropdown.js18
-rw-r--r--docs/dist/js/umd/modal.js28
-rw-r--r--docs/dist/js/umd/popover.js50
-rw-r--r--docs/dist/js/umd/scrollspy.js28
-rw-r--r--docs/dist/js/umd/tab.js18
-rw-r--r--docs/dist/js/umd/tooltip.js50
-rw-r--r--docs/dist/js/umd/util.js2
11 files changed, 143 insertions, 143 deletions
diff --git a/docs/dist/js/umd/alert.js b/docs/dist/js/umd/alert.js
index 4c2e1f77e..95c8de64e 100644
--- a/docs/dist/js/umd/alert.js
+++ b/docs/dist/js/umd/alert.js
@@ -140,14 +140,6 @@
$(element).detach().trigger(Event.CLOSED).remove();
}
}], [{
- key: 'VERSION',
-
- // getters
-
- get: function () {
- return VERSION;
- }
- }, {
key: '_jQueryInterface',
// static
@@ -178,6 +170,14 @@
alertInstance.close(this);
};
}
+ }, {
+ key: 'VERSION',
+
+ // getters
+
+ get: function () {
+ return VERSION;
+ }
}]);
return Alert;
@@ -208,4 +208,4 @@
})(jQuery);
module.exports = Alert;
-}); \ No newline at end of file
+});
diff --git a/docs/dist/js/umd/button.js b/docs/dist/js/umd/button.js
index b6a690219..72fa579f1 100644
--- a/docs/dist/js/umd/button.js
+++ b/docs/dist/js/umd/button.js
@@ -117,14 +117,6 @@
this._element = null;
}
}], [{
- key: 'VERSION',
-
- // getters
-
- get: function () {
- return VERSION;
- }
- }, {
key: '_jQueryInterface',
// static
@@ -143,6 +135,14 @@
}
});
}
+ }, {
+ key: 'VERSION',
+
+ // getters
+
+ get: function () {
+ return VERSION;
+ }
}]);
return Button;
@@ -186,4 +186,4 @@
})(jQuery);
module.exports = Button;
-}); \ No newline at end of file
+});
diff --git a/docs/dist/js/umd/carousel.js b/docs/dist/js/umd/carousel.js
index d19c7e257..7749ab2e7 100644
--- a/docs/dist/js/umd/carousel.js
+++ b/docs/dist/js/umd/carousel.js
@@ -372,19 +372,6 @@
}
}
}], [{
- key: 'VERSION',
-
- // getters
-
- get: function () {
- return VERSION;
- }
- }, {
- key: 'Default',
- get: function () {
- return Default;
- }
- }, {
key: '_jQueryInterface',
// static
@@ -445,6 +432,19 @@
event.preventDefault();
}
+ }, {
+ key: 'VERSION',
+
+ // getters
+
+ get: function () {
+ return VERSION;
+ }
+ }, {
+ key: 'Default',
+ get: function () {
+ return Default;
+ }
}]);
return Carousel;
@@ -482,4 +482,4 @@
})(jQuery);
module.exports = Carousel;
-}); \ No newline at end of file
+});
diff --git a/docs/dist/js/umd/collapse.js b/docs/dist/js/umd/collapse.js
index 1002dda7a..38b3379c9 100644
--- a/docs/dist/js/umd/collapse.js
+++ b/docs/dist/js/umd/collapse.js
@@ -295,19 +295,6 @@
}
}
}], [{
- key: 'VERSION',
-
- // getters
-
- get: function () {
- return VERSION;
- }
- }, {
- key: 'Default',
- get: function () {
- return Default;
- }
- }, {
key: '_getTargetFromElement',
// static
@@ -338,6 +325,19 @@
}
});
}
+ }, {
+ key: 'VERSION',
+
+ // getters
+
+ get: function () {
+ return VERSION;
+ }
+ }, {
+ key: 'Default',
+ get: function () {
+ return Default;
+ }
}]);
return Collapse;
@@ -377,4 +377,4 @@
})(jQuery);
module.exports = Collapse;
-}); \ No newline at end of file
+});
diff --git a/docs/dist/js/umd/dropdown.js b/docs/dist/js/umd/dropdown.js
index 9c04e45b3..a627d2e95 100644
--- a/docs/dist/js/umd/dropdown.js
+++ b/docs/dist/js/umd/dropdown.js
@@ -145,14 +145,6 @@
$(this._element).on(Event.CLICK, this.toggle);
}
}], [{
- key: 'VERSION',
-
- // getters
-
- get: function () {
- return VERSION;
- }
- }, {
key: '_jQueryInterface',
// static
@@ -265,6 +257,14 @@
items[index].focus();
}
+ }, {
+ key: 'VERSION',
+
+ // getters
+
+ get: function () {
+ return VERSION;
+ }
}]);
return Dropdown;
@@ -297,4 +297,4 @@
})(jQuery);
module.exports = Dropdown;
-}); \ No newline at end of file
+});
diff --git a/docs/dist/js/umd/modal.js b/docs/dist/js/umd/modal.js
index ba7ccc30b..c3655d958 100644
--- a/docs/dist/js/umd/modal.js
+++ b/docs/dist/js/umd/modal.js
@@ -451,19 +451,6 @@
return scrollbarWidth;
}
}], [{
- key: 'VERSION',
-
- // getters
-
- get: function () {
- return VERSION;
- }
- }, {
- key: 'Default',
- get: function () {
- return Default;
- }
- }, {
key: '_jQueryInterface',
// static
@@ -485,6 +472,19 @@
}
});
}
+ }, {
+ key: 'VERSION',
+
+ // getters
+
+ get: function () {
+ return VERSION;
+ }
+ }, {
+ key: 'Default',
+ get: function () {
+ return Default;
+ }
}]);
return Modal;
@@ -545,4 +545,4 @@
})(jQuery);
module.exports = Modal;
-}); \ No newline at end of file
+});
diff --git a/docs/dist/js/umd/popover.js b/docs/dist/js/umd/popover.js
index e37dd717a..68cdcfca4 100644
--- a/docs/dist/js/umd/popover.js
+++ b/docs/dist/js/umd/popover.js
@@ -137,6 +137,30 @@
return this.element.getAttribute('data-content') || (typeof this.config.content == 'function' ? this.config.content.call(this.element) : this.config.content);
}
}], [{
+ key: '_jQueryInterface',
+
+ // static
+
+ value: function _jQueryInterface(config) {
+ return this.each(function () {
+ var data = $(this).data(DATA_KEY);
+ var _config = typeof config === 'object' ? config : null;
+
+ if (!data && /destroy|hide/.test(config)) {
+ return;
+ }
+
+ if (!data) {
+ data = new Popover(this, _config);
+ $(this).data(DATA_KEY, data);
+ }
+
+ if (typeof config === 'string') {
+ data[config]();
+ }
+ });
+ }
+ }, {
key: 'VERSION',
// getters
@@ -174,30 +198,6 @@
get: function () {
return DefaultType;
}
- }, {
- key: '_jQueryInterface',
-
- // static
-
- value: function _jQueryInterface(config) {
- return this.each(function () {
- var data = $(this).data(DATA_KEY);
- var _config = typeof config === 'object' ? config : null;
-
- if (!data && /destroy|hide/.test(config)) {
- return;
- }
-
- if (!data) {
- data = new Popover(this, _config);
- $(this).data(DATA_KEY, data);
- }
-
- if (typeof config === 'string') {
- data[config]();
- }
- });
- }
}]);
return Popover;
@@ -220,4 +220,4 @@
})(jQuery);
module.exports = Popover;
-}); \ No newline at end of file
+});
diff --git a/docs/dist/js/umd/scrollspy.js b/docs/dist/js/umd/scrollspy.js
index 19f1dfb53..8c53526c4 100644
--- a/docs/dist/js/umd/scrollspy.js
+++ b/docs/dist/js/umd/scrollspy.js
@@ -262,19 +262,6 @@
}
}
}], [{
- key: 'VERSION',
-
- // getters
-
- get: function () {
- return VERSION;
- }
- }, {
- key: 'Default',
- get: function () {
- return Default;
- }
- }, {
key: '_jQueryInterface',
// static
@@ -294,6 +281,19 @@
}
});
}
+ }, {
+ key: 'VERSION',
+
+ // getters
+
+ get: function () {
+ return VERSION;
+ }
+ }, {
+ key: 'Default',
+ get: function () {
+ return Default;
+ }
}]);
return ScrollSpy;
@@ -331,4 +331,4 @@
})(jQuery);
module.exports = ScrollSpy;
-}); \ No newline at end of file
+});
diff --git a/docs/dist/js/umd/tab.js b/docs/dist/js/umd/tab.js
index 98ced4c55..a727c8e33 100644
--- a/docs/dist/js/umd/tab.js
+++ b/docs/dist/js/umd/tab.js
@@ -229,14 +229,6 @@
}
}
}], [{
- key: 'VERSION',
-
- // getters
-
- get: function () {
- return VERSION;
- }
- }, {
key: '_jQueryInterface',
// static
@@ -256,6 +248,14 @@
}
});
}
+ }, {
+ key: 'VERSION',
+
+ // getters
+
+ get: function () {
+ return VERSION;
+ }
}]);
return Tab;
@@ -289,4 +289,4 @@
})(jQuery);
module.exports = Tab;
-}); \ No newline at end of file
+});
diff --git a/docs/dist/js/umd/tooltip.js b/docs/dist/js/umd/tooltip.js
index 49fca2a75..d36a949f6 100644
--- a/docs/dist/js/umd/tooltip.js
+++ b/docs/dist/js/umd/tooltip.js
@@ -527,6 +527,30 @@
return config;
}
}], [{
+ key: '_jQueryInterface',
+
+ // static
+
+ value: function _jQueryInterface(config) {
+ return this.each(function () {
+ var data = $(this).data(DATA_KEY);
+ var _config = typeof config === 'object' ? config : null;
+
+ if (!data && /destroy|hide/.test(config)) {
+ return;
+ }
+
+ if (!data) {
+ data = new Tooltip(this, _config);
+ $(this).data(DATA_KEY, data);
+ }
+
+ if (typeof config === 'string') {
+ data[config]();
+ }
+ });
+ }
+ }, {
key: 'VERSION',
// getters
@@ -564,30 +588,6 @@
get: function () {
return DefaultType;
}
- }, {
- key: '_jQueryInterface',
-
- // static
-
- value: function _jQueryInterface(config) {
- return this.each(function () {
- var data = $(this).data(DATA_KEY);
- var _config = typeof config === 'object' ? config : null;
-
- if (!data && /destroy|hide/.test(config)) {
- return;
- }
-
- if (!data) {
- data = new Tooltip(this, _config);
- $(this).data(DATA_KEY, data);
- }
-
- if (typeof config === 'string') {
- data[config]();
- }
- });
- }
}]);
return Tooltip;
@@ -610,4 +610,4 @@
})(jQuery);
module.exports = Tooltip;
-}); \ No newline at end of file
+});
diff --git a/docs/dist/js/umd/util.js b/docs/dist/js/umd/util.js
index a813505c8..4158fdc60 100644
--- a/docs/dist/js/umd/util.js
+++ b/docs/dist/js/umd/util.js
@@ -163,4 +163,4 @@
})(jQuery);
module.exports = Util;
-}); \ No newline at end of file
+});