Home
last modified time | relevance | path

Searched refs:ScrollSpy (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.js2103 function ScrollSpy(element, options) { class
2106 this.options = $.extend({}, ScrollSpy.DEFAULTS, options)
2118 ScrollSpy.VERSION = '3.4.1'
2120 ScrollSpy.DEFAULTS = {
2124 ScrollSpy.prototype.getScrollHeight = function () {
2128 ScrollSpy.prototype.refresh = function () {
2161 ScrollSpy.prototype.process = function () {
2191 ScrollSpy.prototype.activate = function (target) {
2213 ScrollSpy.prototype.clear = function () {
2229 if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options)))
[all …]