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 26, 2015
  3. Jan 14, 2015
  4. Jan 12, 2015
  5. Jan 09, 2015
  6. Jan 08, 2015
  7. Jan 06, 2015
  8. Jan 05, 2015
  9. Dec 27, 2014
  10. Dec 18, 2014
  11. Dec 12, 2014
  12. Dec 10, 2014
  13. Dec 09, 2014
  14. Nov 08, 2014
  15. Nov 06, 2014
  16. Nov 05, 2014
Loading