123456789101112131415161718 |
- define([
- 'amber/lang',
- 'amber/web/Web-JQuery',
- 'codemirror/lib/codemirror',
- 'codemirror/mode/smalltalk/smalltalk',
- 'codemirror/addon/hint/show-hint',
- 'css!codemirror/theme/ambiance',
- 'css!codemirror/lib/codemirror',
- 'css!codemirror/addon/hint/show-hint',
- 'typeahead',
- 'jquery-ui',
- 'bootstrap/js/bootstrap',
- './showdown',
- './all',
- 'css!./resources/helios',
- 'css!./resources/helios-niflheim',
- 'css!./resources/niflheim'
- ], function (amber) { return amber; });
|