Remove $$ from vars
mhulse opened this issue · comments
Michael Hulse commented
illy-anim-redux/Layer Animation II.jsx
Lines 102 to 121 in 770e213
_private.palette = function() { | |
// Palette box setup: | |
var meta = 'palette { \ | |
orientation: "column", \ | |
alignChildren: ["fill", "top"], \ | |
margins: 15, \ | |
group1: Group { \ | |
orientation: "row", \ | |
$$down: RadioButton { text: "Top down", value: "true" }, \ | |
$$up: RadioButton { text: "Bottom up" }, \ | |
$$pong: Checkbox { text: "Ping pong" } \ | |
$$selected: Checkbox { text: "Use selected layers" } \ | |
}, \ | |
group2: Group { \ | |
alignChildren: ["fill", "top"], \ | |
orientation: "row", \ | |
$$start: Button { text: "Start" }, \ | |
} \ | |
}'; |