Skip to content

Commit

Permalink
chore: Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Aug 4, 2015
1 parent 0407a22 commit e7e7125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ var Server = function (cliOptions, done) {
capturedBrowsers: ['type', BrowserCollection],
args: ['value', {}],
timer: ['value', {
setTimeout: function () { return setTimeout.apply(root, arguments)},
clearTimeout: function (timeoutId) { clearTimeout(timeoutId)}
setTimeout: function () { return setTimeout.apply(root, arguments)},
clearTimeout: function (timeoutId) { clearTimeout(timeoutId)}
}]
}]

Expand Down

0 comments on commit e7e7125

Please sign in to comment.