-
-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2175 from sinonjs/upgrade-nise-and-browserify
Upgrade nise and browserify
- Loading branch information
Showing
14 changed files
with
2,009 additions
and
3,075 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
"use strict"; | ||
|
||
var globalObject = require("@sinonjs/commons").global; | ||
var getNextTick = require("./get-next-tick"); | ||
|
||
/* istanbul ignore next */ | ||
var root = typeof window !== "undefined" ? window : global; | ||
|
||
module.exports = getNextTick(root.process, root.setImmediate); | ||
module.exports = getNextTick(globalObject.process, globalObject.setImmediate); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.