|
@@ -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();
|
|
|
+ smalltalk.popupHelios();
|
|
|
});
|
|
|
For detailed explanation of amber loading, see:
|
|
|
https:
|