Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore: release v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Dec 19, 2016
1 parent 130bde6 commit 8f9a5d2
Show file tree
Hide file tree
Showing 9 changed files with 750 additions and 116 deletions.
2 changes: 1 addition & 1 deletion dist/fake-async-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
return function () {
var args = [];
for (var _i = 0; _i < arguments.length; _i++) {
args[_i] = arguments[_i];
args[_i - 0] = arguments[_i];
}
fn.apply(global, args);
if (_this._lastError === null) {
Expand Down
2 changes: 1 addition & 1 deletion dist/mocha-patch.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
it: Mocha.it
};
function modifyArguments(args, syncTest, asyncTest) {
var _loop_1 = function (i) {
var _loop_1 = function(i) {
var arg = args[i];
if (typeof arg === 'function') {
// The `done` callback is only passed through if the function expects at
Expand Down
10 changes: 5 additions & 5 deletions dist/wtf.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
return retValue;
};

WtfZoneSpec.forkInstance = wtfEnabled && wtfEvents.createInstance('Zone:fork(ascii zone, ascii newZone)');
WtfZoneSpec.scheduleInstance = {};
WtfZoneSpec.cancelInstance = {};
WtfZoneSpec.invokeScope = {};
WtfZoneSpec.invokeTaskScope = {};
return WtfZoneSpec;
}());
WtfZoneSpec.forkInstance = wtfEnabled && wtfEvents.createInstance('Zone:fork(ascii zone, ascii newZone)');
WtfZoneSpec.scheduleInstance = {};
WtfZoneSpec.cancelInstance = {};
WtfZoneSpec.invokeScope = {};
WtfZoneSpec.invokeTaskScope = {};
function shallowObj(obj, depth) {
if (!depth)
return null;
Expand Down
2 changes: 1 addition & 1 deletion dist/wtf.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8f9a5d2

Please sign in to comment.