topic-page.js 357 B

1234567891011121314151617
  1. /**
  2. * Load the libraries for the DITA topics pages.
  3. */
  4. define(["require", "config"], function() {
  5. require([
  6. 'polyfill',
  7. 'menu',
  8. 'toc',
  9. 'searchAutocomplete',
  10. 'webhelp',
  11. 'search-init',
  12. 'expand',
  13. 'image-map',
  14. 'template-module-loader',
  15. 'bootstrap'
  16. ]);
  17. });