Skip to content

Commit

Permalink
fix lint cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
alampros committed Mar 8, 2019
1 parent 829a560 commit 72e7473
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ParticleGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { IRect } from './Rect'
import Particle from './Particle'
import { randomRange } from './utils'

import { number } from 'prop-types';

export interface IParticleGenerator extends IRect {
removeParticleAt: (index: number) => void
getParticle: () => void
Expand Down Expand Up @@ -69,7 +67,6 @@ export default class ParticleGenerator implements IParticleGenerator {

const now = Date.now()


// Initial population
if(activeCount < numberOfPieces) {
// Use the numberOfPieces prop as a key to reset the easing timing
Expand Down

0 comments on commit 72e7473

Please sign in to comment.