Skip to content

Commit

Permalink
Merge pull request #1552 from thetrevdev/patch-1
Browse files Browse the repository at this point in the history
style(client/karma): Fix indentation
  • Loading branch information
dignifiedquire committed Aug 9, 2015
2 parents 8dfef6a + 471a942 commit 6c6c867
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions client/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ var Karma = function (socket, iframe, opener, navigator, location) {

var getConsole = function (currentWindow) {
return currentWindow.console || {
log: function () {},
info: function () {},
warn: function () {},
error: function () {},
debug: function () {}
}
log: function () {},
info: function () {},
warn: function () {},
error: function () {},
debug: function () {}
}
}

contextWindow.__karma__ = this
Expand Down

0 comments on commit 6c6c867

Please sign in to comment.