Skip to content

Instantly share code, notes, and snippets.

@johnnyt
Created October 17, 2011 22:13
Show Gist options
  • Save johnnyt/1294002 to your computer and use it in GitHub Desktop.
Save johnnyt/1294002 to your computer and use it in GitHub Desktop.
loadAmber({
files: ['TrySmalltalk.js'],
prefix: 'examples/trysmalltalk/js',
ready: function() {
smalltalk.Browser._openOn_(smalltalk.ProfStef)
smalltalk.TrySmalltalkWidget._open();
}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment