mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Bump Rhino precedence
This commit is contained in:
parent
f2b97cb42e
commit
cdb4db4780
1 changed files with 3 additions and 3 deletions
|
@ -21,6 +21,9 @@ module ExecJS
|
|||
define_runtime :V8,
|
||||
:as => V8Runtime
|
||||
|
||||
define_runtime :Rhino,
|
||||
:as => RhinoRuntime
|
||||
|
||||
define_runtime :ExternalV8,
|
||||
:command => "v8",
|
||||
:test_args => "--help",
|
||||
|
@ -38,8 +41,5 @@ module ExecJS
|
|||
define_runtime :Spidermonkey,
|
||||
:command => "js",
|
||||
:runner_path => runner_path("basic.js")
|
||||
|
||||
define_runtime :Rhino,
|
||||
:as => RhinoRuntime
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue