You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
358 B

  1. // This file is deprecated in 1.12.0 to be removed in 1.14
  2. ( function() {
  3. "use strict";
  4. define( [
  5. "jquery",
  6. "./data",
  7. "./disable-selection",
  8. "./focusable",
  9. "./form",
  10. "./ie",
  11. "./keycode",
  12. "./labels",
  13. "./jquery-patch",
  14. "./plugin",
  15. "./safe-active-element",
  16. "./safe-blur",
  17. "./scroll-parent",
  18. "./tabbable",
  19. "./unique-id",
  20. "./version"
  21. ] );
  22. } )();