🚧 Last changes for pivot to JavaScript
This commit is contained in:
parent
9fbef27330
commit
27500d52e1
4 changed files with 10 additions and 5 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue