Skip to content

Commit

Permalink
[js] Fix signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Dec 19, 2016
1 parent 4f29733 commit 1400616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/nqp-runtime/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ op.setboolspec = function(obj, mode, method) {
};

class Capture extends NQPObject {
constructor(named, pos, skip) {
constructor(named, pos) {
super();
this.pos = pos;
this.named = named;
Expand Down

0 comments on commit 1400616

Please sign in to comment.