Skip to content

Commit

Permalink
[js] Update rakudo_scalar container spec to nqp-js changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Sep 23, 2016
1 parent fadfeb2 commit 2aabee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vm/js/perl6-runtime/runtime.js
Expand Up @@ -140,7 +140,6 @@ RakudoScalar.prototype.serialize = function(cursor) {

RakudoScalar.prototype.deserialize = function(cursor) {
console.log('* deserializing rakudo_scalar');
this.setupSTable();
};

RakudoScalar.prototype.name = 'rakudo_scalar';
Expand Down

0 comments on commit 2aabee8

Please sign in to comment.