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/sumo.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/sumo.js') diff --git a/lib/sumo.js b/lib/sumo.js index 835e910..f353fe0 100644 --- a/lib/sumo.js +++ b/lib/sumo.js @@ -31,8 +31,6 @@ import Serpentity from '@serpentity/serpentity'; import { Application } from 'pixi.js'; import { Engine } from 'matter-js'; -/* global window document */ - const internals = { kBackgroundColor: 0xd8c590, kNoElementError: 'No element found. Cannot render.', -- cgit