Skip to content

IE8 console.warn fix

Compare
Choose a tag to compare
@taylorhakes taylorhakes released this 23 Apr 12:17
· 135 commits to master since this release

IE8 does not have console, unless you open the developer tools. This fix checks to makes sure console.warn is defined before calling it.