Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[js] fix bootstraping bug
  • Loading branch information
pmurias committed Sep 27, 2015
1 parent dc5da29 commit e1cc288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/js/nqp-runtime/bootstrap.js
Expand Up @@ -13,6 +13,7 @@ function add_to_sc_with_st(obj) {
core.root_objects.push(obj);
core.root_stables.push(obj._STable);
obj._SC = core;
obj._STable._SC = core;
}

function add_to_sc_with_st_and_mo() {
Expand Down

0 comments on commit e1cc288

Please sign in to comment.