diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-03-09 15:02:35 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-03-09 15:02:35 -0500 |
| commit | 7741a3cc37662ab2ff9606bdaffc0317b79a8dd9 (patch) | |
| tree | 1bee45d2821debe3c6e7e2ab40250218d251097a /lib/nodes/drawn_grabber.js | |
| parent | bb8d5ef47baf7ad16a1bc58526f81ce332b090d6 (diff) | |
Diffstat (limited to 'lib/nodes/drawn_grabber.js')
| -rw-r--r-- | lib/nodes/drawn_grabber.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nodes/drawn_grabber.js b/lib/nodes/drawn_grabber.js index 49af6d4..6508681 100644 --- a/lib/nodes/drawn_grabber.js +++ b/lib/nodes/drawn_grabber.js @@ -11,7 +11,7 @@ import PixiContainerComponent from '../components/pixi_container'; */ export default class DrawnGrabberNode extends Node { -}; +} /** * Holds the types that are used to identify a drawn grabber entity |