Skip to content

Commit

Permalink
[js] Install correct repr
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Oct 23, 2017
1 parent 0d0ff48 commit a3ebec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/nqp-runtime/reprs.js
Expand Up @@ -2017,7 +2017,7 @@ reprs.CArray = CArray;

class CStr extends REPR {
};
reprs.CStr = CArray;
reprs.CStr = CStr;


var ID = 0;
Expand Down

0 comments on commit a3ebec0

Please sign in to comment.