MCPcopy Index your code
hub / github.com/idank/explainshell / Button

Function Button

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

Source from the content-addressed store, hash-verified

184 * ============================== */
185
186 var Button = function (element, options) {
187 this.$element = $(element)
188 this.options = $.extend({}, $.fn.button.defaults, options)
189 }
190
191 Button.prototype.setState = function (state) {
192 var d = 'disabled'

Callers

nothing calls this directly

Calls 1

$Function · 0.70

Tested by

no test coverage detected