MCPcopy
hub / github.com/kenberkeley/react-demo / 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.5'
196

Callers

nothing calls this directly

Calls 1

$Function · 0.85

Tested by

no test coverage detected