Older IE fixes
Still not green, but getting close. Summary of Older IE discrepancies: - Older IE doesn't have apply/call on the timing functions - Older IE doesn't allow applying falsy arguments - Older IE doesn't allow setting onclick to undefined values - Older IE doesn't have text property on dom nodes
This commit is contained in:
@@ -10,7 +10,7 @@ jasmineRequire.HtmlReporter = function(j$) {
|
||||
getContainer = options.getContainer,
|
||||
createElement = options.createElement,
|
||||
createTextNode = options.createTextNode,
|
||||
onRaiseExceptionsClick = options.onRaiseExceptionsClick,
|
||||
onRaiseExceptionsClick = options.onRaiseExceptionsClick || function() {},
|
||||
timer = options.timer || noopTimer,
|
||||
results = [],
|
||||
specsExecuted = 0,
|
||||
|
||||
Reference in New Issue
Block a user