create OO with default values, adding triangle

This commit is contained in:
metacryst
2024-04-02 17:19:28 -05:00
parent 6a33126563
commit c9ae021c6b
10 changed files with 63 additions and 202 deletions

View File

@@ -272,7 +272,7 @@ window.testSuites.push( class testInit {
}
try {
let space = ChildSpace(Form.decode({path: "/asd"}))
let space = ChildSpace(Form.create({path: "/asd"}))
} catch(e) {
if(e.message.includes("Cannot read properties of undefined (reading 'path')")) {
return "Form did not get initialized!"