1. /**
  2. * The purpose of this file is to aid the generation of our jsdoc documentation.
  3. * It documents global JSDoc types. It is never shipped in production.
  4. * @ignore
  5. */
  6. /**
  7. * @namespace jQuery.plugin
  8. * @classdesc A list of jQuery plugins that can be used on a jQuery object.
  9. */
  10. /**
  11. * @namespace jQuery
  12. * @classdesc The jQuery library.
  13. * @see https://api.jquery.com/jQuery/
  14. *
  15. * @method jQuery.Promise
  16. */
  17. /**
  18. * @namespace window
  19. * @classdesc The global window object.
  20. */