double quotes, again
This commit is contained in:
parent
930731ba0f
commit
581fa82420
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ if ( !jQuery.support.opacity ) {
|
||||||
|
|
||||||
style.filter = ralpha.test(filter) ?
|
style.filter = ralpha.test(filter) ?
|
||||||
filter.replace(ralpha, opacity) :
|
filter.replace(ralpha, opacity) :
|
||||||
filter + ' ' + opacity;
|
filter + " " + opacity;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue