Syntax error

master
hopkira 2020-06-01 11:44:27 +01:00
parent f2aa55f852
commit a5cc710ef8
1 changed files with 0 additions and 12 deletions

View File

@ -580,18 +580,6 @@ const Tail = new State({
} }
}); });
const Speak = new State({
state: "Speak",
screen: speakScreen,
events: (event) => {
if ((event.object == "bottom") && (event.status == "end")) {
return DalekMenu;
}
transmit(this.state, event.object, event.status);
return this;
}
});
const Iris = new State({ const Iris = new State({
state: "Iris", state: "Iris",
screen: irisScreen, screen: irisScreen,