main-page.js 324 B

123456789101112131415
  1. /**
  2. * Load the Main Page (index.html) libraries.
  3. */
  4. define(["require", "config"], function() {
  5. require([
  6. 'polyfill',
  7. 'menu',
  8. 'searchAutocomplete',
  9. 'webhelp',
  10. 'search-init',
  11. 'context-help',
  12. 'template-module-loader',
  13. 'bootstrap'
  14. ]);
  15. });