From 28f0d9304eb886d567575ae15283a9abec81e1d4 Mon Sep 17 00:00:00 2001 From: Dilip Ramirez Date: Sun, 8 Mar 2020 17:06:49 -0300 Subject: [PATCH] Minor destructuring fix --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 7a240f0..10b47c1 100644 --- a/src/index.js +++ b/src/index.js @@ -371,7 +371,7 @@ export default class Physar { this.worldConstraints.push({ id, constraint, - isActive = true + isActive: true }) return id