|
@@ -10,8 +10,8 @@
|
|
|
|
|
|
<body>
|
|
|
<script type='text/javascript'>
|
|
|
- require(['app'], function (smalltalk) {
|
|
|
- smalltalk.initialize({
|
|
|
+ require(['app'], function (amber) {
|
|
|
+ amber.initialize({
|
|
|
//used for all new packages in IDE
|
|
|
'transport.defaultAmdNamespace': "{%= namespace %}"
|
|
|
});
|