1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Prefer Duktape

This commit is contained in:
Joshua Peek 2014-12-09 14:57:08 -08:00
parent a3b32250cc
commit df33657dfd

View file

@ -79,9 +79,9 @@ module ExecJS
def self.runtimes
@runtimes ||= [
Duktape,
RubyRacer,
RubyRhino,
Duktape,
Johnson,
Mustang,
Node,