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,
|
define_runtime :V8,
|
||||||
:as => V8Runtime
|
:as => V8Runtime
|
||||||
|
|
||||||
|
define_runtime :Rhino,
|
||||||
|
:as => RhinoRuntime
|
||||||
|
|
||||||
define_runtime :ExternalV8,
|
define_runtime :ExternalV8,
|
||||||
:command => "v8",
|
:command => "v8",
|
||||||
:test_args => "--help",
|
:test_args => "--help",
|
||||||
|
@ -38,8 +41,5 @@ module ExecJS
|
||||||
define_runtime :Spidermonkey,
|
define_runtime :Spidermonkey,
|
||||||
:command => "js",
|
:command => "js",
|
||||||
:runner_path => runner_path("basic.js")
|
:runner_path => runner_path("basic.js")
|
||||||
|
|
||||||
define_runtime :Rhino,
|
|
||||||
:as => RhinoRuntime
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue