search-page.js 323 B

1234567891011121314
  1. /**
  2. * Load the libraries for the Search page.
  3. */
  4. define(["require", "config"], function() {
  5. require(['search'], function() {
  6. require([
  7. 'polyfill',
  8. 'menu',
  9. 'searchAutocomplete',
  10. 'webhelp',
  11. 'template-module-loader'
  12. ]);
  13. });
  14. });