diff options
Diffstat (limited to 'lib/systems/grab.js')
| -rw-r--r-- | lib/systems/grab.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/grab.js b/lib/systems/grab.js index c50d1d9..7d7d73b 100644 --- a/lib/systems/grab.js +++ b/lib/systems/grab.js @@ -176,4 +176,4 @@ export default class GrabSystem extends System { return constraint; } -}; +} |