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:
authorGaƫl Poupard <gael.poupard@orange.com>2020-12-03 16:08:31 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-12-04 08:52:03 +0300
commit0a141dae94eb9efa301beeb55eed4ebc56e20e44 (patch)
tree558c8d7a46a534dd30be0b449675c2293ea31f09 /js/dist/scrollspy.js
parent53d861c814eab1d00f4420ffd4208f3f9c2849b0 (diff)
chore(dist): generate dist files
Diffstat (limited to 'js/dist/scrollspy.js')
-rw-r--r--js/dist/scrollspy.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/dist/scrollspy.js b/js/dist/scrollspy.js
index 1f048cb43c..9e0270edb4 100644
--- a/js/dist/scrollspy.js
+++ b/js/dist/scrollspy.js
@@ -102,6 +102,8 @@
}
};
+ var isRTL = document.documentElement.dir === 'rtl';
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }