Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix NQP::World::libs method for the js backend.
  • Loading branch information
pmurias committed Jul 27, 2014
1 parent c44b24f commit a3fb1dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/NQP/World.nqp
Expand Up @@ -502,6 +502,9 @@ class NQP::World is HLL::World {
#?if jvm
QAST::Op.new( :op('null') )
#?endif
#?if js
QAST::Op.new( :op('null') )
#?endif
#?if moar
my $libs := QAST::Stmts.new();
if %*COMPILING<%?OPTIONS><vmlibs> {
Expand Down

0 comments on commit a3fb1dd

Please sign in to comment.