MCPcopy
hub / github.com/wangweianger/zanePerfor / Button

Function Button

app/public/lib/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 1

extendMethod · 0.80

Tested by

no test coverage detected