mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
define constructor on prototypes
This commit is contained in:
Vendored
+3
-1
@@ -31,7 +31,9 @@
|
||||
|
||||
Button.prototype = {
|
||||
|
||||
setState: function (state) {
|
||||
constructor: Button
|
||||
|
||||
, setState: function (state) {
|
||||
var d = 'disabled'
|
||||
, $el = this.$element
|
||||
, data = $el.data()
|
||||
|
||||
Reference in New Issue
Block a user