chunk-vendors.1e4edeb8850750e03d5b.0.1.0.js.LICENSE.txt 665 B

123456789101112131415161718192021222324252627
  1. /*
  2. object-assign
  3. (c) Sindre Sorhus
  4. @license MIT
  5. */
  6. /*!
  7. Copyright (c) 2017 Jed Watson.
  8. Licensed under the MIT License (MIT), see
  9. http://jedwatson.github.io/classnames
  10. */
  11. /**
  12. * Checks if an event is supported in the current execution environment.
  13. *
  14. * NOTE: This will not work correctly for non-generic events such as `change`,
  15. * `reset`, `load`, `error`, and `select`.
  16. *
  17. * Borrows from Modernizr.
  18. *
  19. * @param {string} eventNameSuffix Event name, e.g. "click".
  20. * @param {?boolean} capture Check if the capture phase is supported.
  21. * @return {boolean} True if the event is supported.
  22. * @internal
  23. * @license Modernizr 3.0.0pre (Custom Build) | MIT
  24. */