vmware-archive/jsunit

IE8 doesn't allow checking for assertUndefined(object.underfinedProperty);

leeand00 opened this issue · 0 comments

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.