chore(jasmine-adapter): upgrade

This commit is contained in:
Misko Hevery 2012-01-18 13:49:38 -08:00
parent 56bcc04c54
commit 1354718365

View file

@ -134,7 +134,7 @@
window.describe(name, function(){
var oldIt = window.it;
window.it = function(name, fn){
fn.exclusive = 1; // run anything under ddescribe
if (fn) fn.exclusive = 1; // run anything under ddescribe
oldIt(name, fn);
};
try {