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-08-20 23:36:58 +0300
committerMark Otto <markdotto@gmail.com>2017-08-20 23:36:58 +0300
commit6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a (patch)
tree36f9dee99ecdeca0d4e651f95c4b81ff9599e7b1 /js/dist/scrollspy.js
parent26e6d8b2b28555e2c0e3cdd02e98550420265771 (diff)
dist
Diffstat (limited to 'js/dist/scrollspy.js')
-rw-r--r--js/dist/scrollspy.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/dist/scrollspy.js b/js/dist/scrollspy.js
index 5afc97ef97..11d9981bf9 100644
--- a/js/dist/scrollspy.js
+++ b/js/dist/scrollspy.js
@@ -64,14 +64,14 @@ var ScrollSpy = function ($) {
var OffsetMethod = {
OFFSET: 'offset',
POSITION: 'position'
- };
- /**
- * ------------------------------------------------------------------------
- * Class Definition
- * ------------------------------------------------------------------------
- */
+ /**
+ * ------------------------------------------------------------------------
+ * Class Definition
+ * ------------------------------------------------------------------------
+ */
+ };
var ScrollSpy = function () {
function ScrollSpy(element, config) {
var _this = this;