Skip to content
Snippets Groups Projects
  1. Feb 19, 2015
    • Jordan Hofker's avatar
      Check before calling blur on activeElement. · 76c5726c
      Jordan Hofker authored
      It's possible for slides to be in a situation where the last clicked thing was an SVG before the tab/window loses focus. When returning, `.blur()` is called on the previously-active element, but can result in an exception.
      
      This protects against that and will only call `.blur()` when `document.activeElement` supports it.
      76c5726c
  2. Jan 14, 2015
  3. Jan 06, 2015
  4. Jan 05, 2015
  5. Dec 27, 2014
  6. Dec 18, 2014
  7. Dec 10, 2014
  8. Nov 08, 2014
  9. Nov 06, 2014
  10. Nov 05, 2014
  11. Oct 24, 2014
  12. Oct 17, 2014
  13. Oct 16, 2014
  14. Oct 11, 2014
  15. Oct 09, 2014
  16. Sep 10, 2014
  17. Sep 09, 2014
  18. Sep 06, 2014
  19. Sep 04, 2014
  20. Aug 12, 2014
  21. Jul 06, 2014
  22. Jun 28, 2014
  23. Jun 25, 2014
  24. Jun 18, 2014
  25. Jun 16, 2014
  26. Jun 12, 2014
Loading