require.js loader API changes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

require.js loader API changes

Herby Vojčík
Hello!


For those of you who are already using the git master version of Amber,
the API has slightly changed, you have to write

   smalltalk.defaultAmdNamespace = '...';

instead of old

   smalltalk.defaultAMDNamespace = '...';


For those of you who just want to try it, it now documented:

   https://github.com/amber-smalltalk/amber/wiki/How-to-load-amber


Herby

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.