1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Bump Rhino precedence

This commit is contained in:
Sam Stephenson 2011-02-07 10:11:04 -06:00
parent f2b97cb42e
commit cdb4db4780

View file

@ -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