Browse Source

undo Sebastian's (and my) n00bness:)

Dale Henrichs 13 năm trước cách đây
mục cha
commit
052996dccf
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      js/init.js

+ 0 - 1
js/init.js

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