indexterms-page.js 221 B

1234567891011
  1. /**
  2. * Load the libraries for the Index Terms page.
  3. */
  4. define(["require", "config"], function() {
  5. require([
  6. 'polyfill',
  7. 'menu',
  8. 'expand',
  9. 'template-module-loader'
  10. ]);
  11. });