mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Prefer Duktape
This commit is contained in:
parent
a3b32250cc
commit
df33657dfd
1 changed files with 1 additions and 1 deletions
|
@ -79,9 +79,9 @@ module ExecJS
|
||||||
|
|
||||||
def self.runtimes
|
def self.runtimes
|
||||||
@runtimes ||= [
|
@runtimes ||= [
|
||||||
|
Duktape,
|
||||||
RubyRacer,
|
RubyRacer,
|
||||||
RubyRhino,
|
RubyRhino,
|
||||||
Duktape,
|
|
||||||
Johnson,
|
Johnson,
|
||||||
Mustang,
|
Mustang,
|
||||||
Node,
|
Node,
|
||||||
|
|
Loading…
Add table
Reference in a new issue