Skip to content
Snippets Groups Projects
  1. Aug 24, 2018
  2. Aug 21, 2018
  3. Aug 20, 2018
  4. Aug 17, 2018
  5. Aug 04, 2018
  6. Aug 02, 2018
  7. Aug 01, 2018
  8. Jul 27, 2018
  9. Jul 20, 2018
  10. Jul 02, 2018
  11. Jun 26, 2018
  12. Jun 21, 2018
  13. Jun 19, 2018
    • Brend Wanders's avatar
      Change `const` use to `var` for Safari 9 (on iOS) · 018871f4
      Brend Wanders authored
      Safari 9 in iOS does not support the use of `const` in strict mode. Unfortunately, some of us are stuck with Safari 9 due to not being able to upgrade.
      
      I am a big fan of progressive enhancement, but because all javascript code is packed together and sent off to the client, this small incompatibility breaks all javascript for safari 9 browsers. Switching these two keywords makes everything work again.
      
      There are no other uses of `const` in the codebase as far as I can find. This change has little to no impact on anything else, but slighlty extends the range of supported browsers.
  14. Jun 17, 2018
  15. Jun 15, 2018
  16. Jun 14, 2018
  17. Jun 12, 2018
  18. Jun 11, 2018
  19. Jun 09, 2018
  20. Jun 08, 2018
  21. Jun 07, 2018
  22. Jun 06, 2018
Loading