]> git.r.bdr.sh - rbdr/sumo/blobdiff - lib/sumo.js
Update dependencies
[rbdr/sumo] / lib / sumo.js
index 835e910ff48c18ea256af2bf9eca8d4e9e42caa8..603937b3a6bd1d19377a21cd5c222e3a645cbde2 100644 (file)
@@ -1,5 +1,3 @@
-import 'babel-polyfill';
-
 import Config from './config';
 
 // Systems
@@ -31,8 +29,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.',