aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/toggle-button.reel/toggle-button.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/toggle-button.reel/toggle-button.js')
-rw-r--r--node_modules/montage/ui/toggle-button.reel/toggle-button.js9
1 files changed, 6 insertions, 3 deletions
diff --git a/node_modules/montage/ui/toggle-button.reel/toggle-button.js b/node_modules/montage/ui/toggle-button.reel/toggle-button.js
index 518a4d74..eb304007 100644
--- a/node_modules/montage/ui/toggle-button.reel/toggle-button.js
+++ b/node_modules/montage/ui/toggle-button.reel/toggle-button.js
@@ -32,7 +32,8 @@ var ToggleButton = exports.ToggleButton = Montage.create(Button, {
32 32
33 _unpressedLabel: { 33 _unpressedLabel: {
34 enumerable: false, 34 enumerable: false,
35 value: null 35 value: null,
36 serializable: true
36 }, 37 },
37 /** 38 /**
38 The value the button should take when it is in the unpressed state. If 39 The value the button should take when it is in the unpressed state. If
@@ -56,7 +57,8 @@ var ToggleButton = exports.ToggleButton = Montage.create(Button, {
56 57
57 _pressedLabel: { 58 _pressedLabel: {
58 enumerable: false, 59 enumerable: false,
59 value: null 60 value: null,
61 serializable: true
60 }, 62 },
61 /** 63 /**
62 The value the button should take when it is in the pressed state. If 64 The value the button should take when it is in the pressed state. If
@@ -80,7 +82,8 @@ var ToggleButton = exports.ToggleButton = Montage.create(Button, {
80 82
81 _pressedClass: { 83 _pressedClass: {
82 enumerable: false, 84 enumerable: false,
83 value: "pressed" 85 value: "pressed",
86 serializable: true
84 }, 87 },
85 /** 88 /**
86 The class that should be added to the element when the button is in 89 The class that should be added to the element when the button is in