Fix missing semicolon.

This commit is contained in:
jeresig 2011-03-24 19:36:38 -04:00
parent e8f4629b92
commit 53697d10ef

View file

@ -255,7 +255,7 @@ jQuery(function() {
elem.style.display = display;
return ret;
}
}
};
}
});