Skip to content

Commit

Permalink
Merge pull request #1159 from michalc/master
Browse files Browse the repository at this point in the history
Support for environment with `global` and `window`
  • Loading branch information
Joshua Appelman committed Jul 14, 2014
2 parents 82c66d9 + ff6a182 commit d8157d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/tail.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The global object is "self" in Web Workers.
global = (function() { return this; })();
var global = (function() { return this; })();

/**
* Save timer references to avoid Sinon interfering (see GH-237).
Expand Down

0 comments on commit d8157d0

Please sign in to comment.