Bug fixes in queue.js: type in dequeue could be undefined which lead to a wrong data key, which would then have undesirable data left dangling on elements. Also adds missing semicolon in effects unit.

This commit is contained in:
jaubourg 2011-04-12 01:09:35 +02:00
parent f6f1cc77f4
commit 2b70893928
2 changed files with 8 additions and 13 deletions

View file

@ -807,7 +807,7 @@ jQuery.checkState = function(){
jQuery.removeData(this, 'olddisplay', true);
start();
}
};
// Chaining Tests
test("Chain fadeOut fadeIn", function() {