aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/toggle-button.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-08 13:56:09 -0800
committerValerio Virgillito2012-03-08 13:56:09 -0800
commit22a66cb6e243a3f1c867b62e3942fd2e828019d9 (patch)
tree4b2f8bf0d8306964f35435dac3d1f6592b3dee19 /node_modules/montage/ui/toggle-button.reel
parentcef07085443b7c31e878daaad083b7408c57e104 (diff)
downloadninja-22a66cb6e243a3f1c867b62e3942fd2e828019d9.tar.gz
integrating v0.7 montage into ninja
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/toggle-button.reel')
-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