public
Description: Johnson wraps JavaScript in a loving Ruby embrace.
Homepage: http://github.com/jbarnette/johnson/wikis
Clone URL: git://github.com/jbarnette/johnson.git
HOLY SHIT IT KIND OF WORKS
tenderlove (author)
Fri May 30 16:26:21 -0700 2008
commit  7ce1c13531dda725881f28d36535fa6f206d1831
tree    f5ad81e80e0afc6ee133756025a275df37d9e6d5
parent  b30d44481a0fe781ea20e47d458b808d407bc010
...
24
25
26
27
 
28
29
30
...
24
25
26
 
27
28
29
30
0
@@ -24,7 +24,7 @@ require "johnson/spidermonkey/debugger"
0
 require "johnson/spidermonkey/immutable_node"
0
 
0
 # the 'public' interface
0
-require "johnson/context"
0
+require "johnson/runtime"
0
 require "johnson/parser"
0
 
0
 $LOAD_PATH.push(File.expand_path("#{File.dirname(__FILE__)}/../js"))

Comments