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 a new issue