init.js 146 B

1234567
  1. smalltalk.initialize();
  2. /* Similar to jQuery(document).ready() */
  3. if(this.amber && this.amber.smalltalkReady) {
  4. this.amber.smalltalkReady();
  5. }