Fixing IE bug causing active element to be null causing render function to throw error

This commit is contained in:
Jackson Nowotny 2017-08-22 14:04:24 -05:00
parent fa7ed079ed
commit c2c0d40a29
2 changed files with 9 additions and 1 deletions

View file

@ -10,6 +10,13 @@
---
### v1.1.4
#### Bug fixes:
- Fix IE bug where active element is null causing render function to throw error. ([1943](https://github.com/MithrilJS/mithril.js/pull/1943))
---
### v1.1.3
#### Bug fixes: