|
@@ -7,20 +7,16 @@
|
|
<body>
|
|
<body>
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
require.config({
|
|
require.config({
|
|
- config: {
|
|
|
|
- 'amber_vm/smalltalk': {
|
|
|
|
- defaultNamespace: 'gh_herby_trapped'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
paths: {
|
|
paths: {
|
|
- 'gh_herby_trapped': '/lib/js',
|
|
|
|
- 'gh_herby_trapped/_source': '/lib/st'
|
|
|
|
|
|
+ 'gh_herby_trapped': 'lib/js',
|
|
|
|
+ 'gh_herby_trapped/_source': 'lib/st'
|
|
}
|
|
}
|
|
});
|
|
});
|
|
require(
|
|
require(
|
|
- ["amber_vm/smalltalk", "amber_set/full-devel",
|
|
|
|
|
|
+ ["amber/devel",
|
|
"gh_herby_trapped/Trapped-Backend", "gh_herby_trapped/Trapped-Tests" ],
|
|
"gh_herby_trapped/Trapped-Backend", "gh_herby_trapped/Trapped-Tests" ],
|
|
function (smalltalk) {
|
|
function (smalltalk) {
|
|
|
|
+ smalltalk.defaultAMDNamespace = 'gh_herby_trapped';
|
|
smalltalk.initialize();
|
|
smalltalk.initialize();
|
|
|
|
|
|
smalltalk.Browser._openOn_(smalltalk.IsolatorTest);
|
|
smalltalk.Browser._openOn_(smalltalk.IsolatorTest);
|