1
0
Fork 0

🚧 Last changes for pivot to JavaScript

This commit is contained in:
Joost De Cock 2018-07-24 08:34:26 +02:00
parent 9fbef27330
commit 27500d52e1
4 changed files with 10 additions and 5 deletions

View file

@ -3,6 +3,7 @@ import attributes from "./attributes";
function path() {
this.render = true;
this.attributes = new attributes();
this.ops = [];
}
/** Adds a move operation to Point to */