Skip to content

Commit

Permalink
fix(enter): Add missing varargs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfede committed Dec 9, 2016
1 parent 5151a79 commit 1cd3aa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export class MachineX extends Machine implements EventEmitter {
listenerCount: (type: string | symbol) => number;
}


function applyMixins(derivedCtor: any, baseCtors: any[]) {
baseCtors.forEach(baseCtor => {
Object.getOwnPropertyNames(baseCtor.prototype).forEach(name => {
Expand Down

0 comments on commit 1cd3aa5

Please sign in to comment.