MCPcopy Index your code
hub / github.com/Blogify/Blogify / Button

Function Button

public/assets/assets/scripts/frontend.js:9395–9399  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

9393 // ==============================
9394
9395 var Button = function (element, options) {
9396 this.$element = $(element)
9397 this.options = $.extend({}, Button.DEFAULTS, options)
9398 this.isLoading = false
9399 }
9400
9401 Button.VERSION = '3.3.4'
9402

Callers

nothing calls this directly

Calls 1

$Function · 0.85

Tested by

no test coverage detected