diff options
Diffstat (limited to 'lib/components/grab.js')
| -rw-r--r-- | lib/components/grab.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/grab.js b/lib/components/grab.js index ab808a8..df41360 100644 --- a/lib/components/grab.js +++ b/lib/components/grab.js @@ -57,4 +57,4 @@ export default class GrabComponent extends Component { */ this.currentCooldown = 0; } -}; +} |