|
@@ -42,7 +42,7 @@ comes with several AMD modules to load Amber; the default one --
|
|
the one with support for application development and in-browser IDE --
|
|
the one with support for application development and in-browser IDE --
|
|
being `amber/devel`.
|
|
being `amber/devel`.
|
|
|
|
|
|
-```html
|
|
|
|
|
|
+{% highlight html %}
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
@@ -56,14 +56,14 @@ being `amber/devel`.
|
|
</script>
|
|
</script>
|
|
<script type='text/javascript'>
|
|
<script type='text/javascript'>
|
|
require(['amber/devel'], function (amber) {
|
|
require(['amber/devel'], function (amber) {
|
|
- amber.initialize({});
|
|
|
|
|
|
+ amber.initialize();
|
|
});
|
|
});
|
|
</script>
|
|
</script>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|
|
-```
|
|
|
|
|
|
+{% endhighlight %}
|
|
|
|
|
|
<p class="warning">
|
|
<p class="warning">
|
|
This page is unfinished.
|
|
This page is unfinished.
|