corrected eslint preloader; fixing eslint errors

This commit is contained in:
Christian Lohmann
2016-12-20 20:43:15 +01:00
parent 1def4c5d0e
commit 9b19da9509
3 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
import Pod from './pod.js';
import Bars from './bars.js'
import {FACTORS} from './utils.js'
const PIXI = require('pixi.js');
export default class Node extends PIXI.Graphics {