The done function now returns null

This commit is contained in:
Mikael Arneborn
2016-03-01 11:24:15 -08:00
parent b578e72c8f
commit 6cf2d94f73

View File

@@ -7,6 +7,7 @@ getJasmineRequireObj().QueueRunner = function(j$) {
called = true;
fn();
}
return null;
};
}