Skip to content
Snippets Groups Projects
Commit af3a945e authored by lowercasedonkey's avatar lowercasedonkey
Browse files

gameover return fix

parent 45138be7
Branches
Tags
1 merge request!9866gameover return fix
...@@ -142,4 +142,5 @@ App.Events.Gameover = function() { ...@@ -142,4 +142,5 @@ App.Events.Gameover = function() {
} }
App.Events.addParagraph(node, r); App.Events.addParagraph(node, r);
App.UI.DOM.appendNewElement("p", node, "GAME OVER", "bold"); App.UI.DOM.appendNewElement("p", node, "GAME OVER", "bold");
return node;
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment