123456789101112131415 |
- define([
- './lang',
- './compatibility',
- './boot',
- './helpers',
- './deploy',
-
- 'amber_core/Platform-DOM',
- 'amber_core/SUnit',
- 'amber_core/Compiler-Tests',
- 'amber_core/Kernel-Tests',
- 'amber_core/Platform-DOM-Tests',
- 'amber_core/SUnit-Tests'
-
- ], function (amber) { return amber; });
|