2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00
This commit is contained in:
Mark Otto
2015-06-18 15:48:54 -07:00
parent e615ae053c
commit b39ce7d6c0
30 changed files with 558 additions and 558 deletions
+9 -9
View File
@@ -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;
});
});