double quotes, again

This commit is contained in:
louisremi 2011-04-11 21:44:29 +02:00
parent 930731ba0f
commit 581fa82420

View file

@ -236,7 +236,7 @@ if ( !jQuery.support.opacity ) {
style.filter = ralpha.test(filter) ?
filter.replace(ralpha, opacity) :
filter + ' ' + opacity;
filter + " " + opacity;
}
};
}