diff options
Diffstat (limited to 'lib/nodes/drawn_dasher.js')
| -rw-r--r-- | lib/nodes/drawn_dasher.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nodes/drawn_dasher.js b/lib/nodes/drawn_dasher.js index 162593f..c3e03d1 100644 --- a/lib/nodes/drawn_dasher.js +++ b/lib/nodes/drawn_dasher.js @@ -11,7 +11,7 @@ import PixiContainerComponent from '../components/pixi_container'; */ export default class DrawnDasherNode extends Node { -}; +} /** * Holds the types that are used to identify a drawn dasher entity |