1
0
Fork 0
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:
Joshua Peek 2015-04-06 10:04:43 -07:00
parent d03a27c5be
commit 1e73f2584e

View file

@ -73,9 +73,9 @@ module ExecJS
def self.runtimes
@runtimes ||= [
Duktape,
RubyRacer,
RubyRhino,
Duktape,
JavaScriptCore,
Node,
SpiderMonkey,