MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Button

Function Button

static/bootstrap/js/bootstrap.js:189–193  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

187 // ==============================
188
189 var Button = function (element, options) {
190 this.$element = $(element)
191 this.options = $.extend({}, Button.DEFAULTS, options)
192 this.isLoading = false
193 }
194
195 Button.VERSION = '3.3.7'
196

Callers

nothing calls this directly

Calls 2

extendMethod · 0.80
$Function · 0.50

Tested by

no test coverage detected