1
0

init.js 98 B

123
  1. smalltalk.init(smalltalk.Object);
  2. smalltalk.classes()._do_(function(each) {each._initialize()});