|
@@ -4,9 +4,10 @@
|
|
|
or calls require.config, if loaded post require.js).
|
|
|
Usage example:
|
|
|
require(['amber/devel'], function(smalltalk) {
|
|
|
- smalltalk.initialize();
|
|
|
+ smallralk.initialize({"transport.defaultAmdNamespace": "com_example_myproject"});
|
|
|
|
|
|
- smalltalk.Browser._open();
|
|
|
+ smalltalk.globals.Browser._open(); // for legacy IDE
|
|
|
+ smalltalk.popupHelios(); // for Helios IDE
|
|
|
});
|
|
|
For detailed explanation of amber loading, see:
|
|
|
https://github.com/amber-smalltalk/amber/wiki/How-to-load-amber
|