1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-29 01:29:03 +02:00

pointvectors

This commit is contained in:
Pomax
2020-08-13 17:16:46 -07:00
parent 8a939335ca
commit f7ec7fa90a
14 changed files with 242 additions and 42 deletions

View File

@@ -200,7 +200,7 @@ class BaseAPI {
*/
setup() {
// console.log(`setup`);
this.moveable = [];
this.movable = [];
}
/**