X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Ffx.js;h=824616afbb75d015d967846165398ecd05318158;hb=25f9974cee5874d10df32f2d16fb985181e0c077;hp=64cfbc62525123464d6c570772d27d9887375169;hpb=d36382e9a3fa604597d400d1084a2424f0d3eb80;p=jquery.git diff --git a/src/fx.js b/src/fx.js index 64cfbc6..824616a 100644 --- a/src/fx.js +++ b/src/fx.js @@ -188,8 +188,7 @@ var queue = function( elem, type, array ) { var q = jQuery.data( elem, type + "queue" ); if ( !q || array ) - q = jQuery.data( elem, type + "queue", - array ? jQuery.makeArray(array) : [] ); + q = jQuery.data( elem, type + "queue", jQuery.makeArray(array) ); return q; };