IE8 doesn't allow checking for assertUndefined(object.underfinedProperty);
leeand00 opened this issue · 0 comments
leeand00 commented
IE8 doesn't allow you to check to see that a property is undefined, rather it fails with an error since you tried to access an undefined property and pass it to the assertUndefined function.