Safari fixes

This commit is contained in:
Ian Gulliver
2019-07-11 18:14:06 +00:00
parent 2cbaade0d5
commit f3e93176b9
3 changed files with 20 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ class LayoutGroup {
for (let node of this.nodes) {
for (let i of [0, 1]) {
this.vec[i] += node.vec[i];
};
}
}
}