2
0
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:
Jacob Thornton
2011-11-30 22:42:22 -08:00
parent b1cba98aab
commit cee2f61898
10 changed files with 30 additions and 12 deletions
+3 -1
View File
@@ -31,7 +31,9 @@
Button.prototype = {
setState: function (state) {
constructor: Button
, setState: function (state) {
var d = 'disabled'
, $el = this.$element
, data = $el.data()