mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
double quotes, again
This commit is contained in:
parent
930731ba0f
commit
581fa82420
@ -236,7 +236,7 @@ if ( !jQuery.support.opacity ) {
|
||||
|
||||
style.filter = ralpha.test(filter) ?
|
||||
filter.replace(ralpha, opacity) :
|
||||
filter + ' ' + opacity;
|
||||
filter + " " + opacity;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user