aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/toggle-button.reel/toggle-button.js
diff options
context:
space:
mode:
authorPushkar Joshi2012-03-12 15:26:10 -0700
committerPushkar Joshi2012-03-12 15:26:10 -0700
commit46b2e561fa6ca054cad58e4c372a598bbb7ee2c9 (patch)
tree38d1c8666098a10078834c1eaac3d455135bee12 /node_modules/montage/ui/toggle-button.reel/toggle-button.js
parent7b4b068cadc0af8ec7e930e1c2b429e945f96984 (diff)
parent69d90467865a1384725b2301901be2180c5a841f (diff)
downloadninja-46b2e561fa6ca054cad58e4c372a598bbb7ee2c9.tar.gz
Merge branch 'master' into brushtool
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