MCPcopy Create free account
hub / github.com/boostorg/build / Button

Function Button

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

Source from the content-addressed store, hash-verified

188 // ==============================
189
190 var Button = function (element, options) {
191 this.$element = $(element)
192 this.options = $.extend({}, Button.DEFAULTS, options)
193 }
194
195 Button.DEFAULTS = {
196 loadingText: 'loading...'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected