Skip to content

Commit

Permalink
Brand: IE
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored and Tim Kim committed Aug 24, 2012
1 parent 0509e1f commit 917ca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/jasmine/jasmine-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jasmine.TrivialReporter.prototype.log = function() {
if (console.log.apply) {
console.log.apply(console, arguments);
} else {
console.log(arguments); // ie fix: console.log.apply doesn't exist on ie
console.log(arguments); // IE fix: console.log.apply doesn't exist in IE
}
}
};
Expand Down

0 comments on commit 917ca28

Please sign in to comment.