Building jasmine.js with last change. I'm sorry.

This commit is contained in:
Davis W. Frank and Sheel Choksi
2013-07-28 17:03:12 -07:00
parent 66d9b3d690
commit 3dda67fe60

View File

@@ -477,7 +477,7 @@ getJasmineRequireObj().Env = function(j$) {
return j$.Spec.isPendingSpecException(e) || catchExceptions;
};
var maximumSpecCallbackDepth = 75;
var maximumSpecCallbackDepth = 20;
var currentSpecCallbackDepth = 0;
function clearStack(fn) {