mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Still prefer v8 over duktape
This commit is contained in:
parent
d03a27c5be
commit
1e73f2584e
1 changed files with 1 additions and 1 deletions
|
@ -73,9 +73,9 @@ module ExecJS
|
|||
|
||||
def self.runtimes
|
||||
@runtimes ||= [
|
||||
Duktape,
|
||||
RubyRacer,
|
||||
RubyRhino,
|
||||
Duktape,
|
||||
JavaScriptCore,
|
||||
Node,
|
||||
SpiderMonkey,
|
||||
|
|
Loading…
Reference in a new issue