Skip to content

Commit

Permalink
Remove the super constructor call
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Feb 25, 2016
1 parent c6c941b commit f0777b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ class GCodeInterpreter {
handlers = {};

constructor(options) {
super();

options = options || {};
options.handlers = options.handlers || {};

Expand Down

0 comments on commit f0777b1

Please sign in to comment.