From 7741a3cc37662ab2ff9606bdaffc0317b79a8dd9 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 9 Mar 2020 15:02:35 -0500 Subject: Use new lib components --- lib/nodes/drawn_dasher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/nodes/drawn_dasher.js') 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 -- cgit