Skip to content

Commit

Permalink
[js] Fix passing named parameters to multis.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Oct 5, 2015
1 parent 9a5fca6 commit 1c21422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/js/nqp-runtime/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ op.setboolspec = function(obj, mode, method) {

function Capture(named, pos) {
this.pos = pos;
this.named = named;
}

op.savecapture = function(args) {
Expand Down

0 comments on commit 1c21422

Please sign in to comment.