Browse Source

repl: recompile

Manfred Kroehnert 12 years ago
parent
commit
1d1f6aaff3
2 changed files with 323 additions and 229 deletions
  1. 1 1
      repl/REPL.js
  2. 322 228
      repl/amber.js

+ 1 - 1
repl/REPL.js

@@ -61,7 +61,7 @@ selector: "initialize",
 category: 'initialization',
 fn: function (){
 var self=this;
-smalltalk.send(self, "_initialize", [], smalltalk.Object);
+smalltalk.send(self, "_initialize", [], smalltalk.Repl.superclass || nil);
 (self['@readline']=smalltalk.send((typeof require == 'undefined' ? nil : require), "_value_", ["readline"]));
 (self['@util']=smalltalk.send((typeof require == 'undefined' ? nil : require), "_value_", ["util"]));
 return self;},

File diff suppressed because it is too large
+ 322 - 228
repl/amber.js


Some files were not shown because too many files changed in this diff