diff options
Diffstat (limited to 'js/Misc/CONSTRAINT2_c.js')
-rw-r--r-- | js/Misc/CONSTRAINT2_c.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/Misc/CONSTRAINT2_c.js b/js/Misc/CONSTRAINT2_c.js index 7562972f..4bd4e01b 100644 --- a/js/Misc/CONSTRAINT2_c.js +++ b/js/Misc/CONSTRAINT2_c.js @@ -29,9 +29,9 @@ function CONSTRAINT2_c() { return options; } CONSTRAINT2_c.prototype.set = function CONSTRAINT2_c() { - this.x0 = inverse((arguments[0]["x0"])) - this.xd0 = inverse((arguments[0]["xd0"])) - this.id = inverse((arguments[0]["id"])) + this.x0 = inverse(arguments[0]["x0"]) + this.xd0 = inverse(arguments[0]["xd0"]) + this.id = inverse(arguments[0]["id"]) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |