init.js 201 B

123456789
  1. setTimeout(function () {
  2. smalltalk.initialize();
  3. /* Similar to jQuery(document).ready() */
  4. if (this.amber && this.amber.smalltalkReady) {
  5. this.amber.smalltalkReady();
  6. }
  7. }, 0);