|
@@ -1,6 +1,5 @@
|
|
smalltalk.init(smalltalk.Object);
|
|
smalltalk.init(smalltalk.Object);
|
|
smalltalk.classes()._do_(function(each) {
|
|
smalltalk.classes()._do_(function(each) {
|
|
- console.log(each.className);
|
|
|
|
each._initialize()});
|
|
each._initialize()});
|
|
|
|
|
|
/* Similar to jQuery(document).ready() */
|
|
/* Similar to jQuery(document).ready() */
|