Build distribution for clear stack implemenation
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,7 @@ getJasmineRequireObj().clearStack = function(j$) {
|
|||||||
var realSetTimeout = global.setTimeout;
|
var realSetTimeout = global.setTimeout;
|
||||||
return function clearStack(fn) {
|
return function clearStack(fn) {
|
||||||
realSetTimeout(fn, 0);
|
realSetTimeout(fn, 0);
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user