Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

32 linhas
629 B

  1. /*!
  2. * Sizzle CSS Selector Engine v2.3.6
  3. * https://sizzlejs.com/
  4. *
  5. * Copyright JS Foundation and other contributors
  6. * Released under the MIT license
  7. * https://js.foundation/
  8. *
  9. * Date: 2021-02-16
  10. */
  11. /*!
  12. * The buffer module from node.js, for the browser.
  13. *
  14. * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
  15. * @license MIT
  16. */
  17. /*!
  18. * jQuery JavaScript Library v3.6.1
  19. * https://jquery.com/
  20. *
  21. * Includes Sizzle.js
  22. * https://sizzlejs.com/
  23. *
  24. * Copyright OpenJS Foundation and other contributors
  25. * Released under the MIT license
  26. * https://jquery.org/license
  27. *
  28. * Date: 2022-08-26T17:52Z
  29. */