mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
resolve more conflicts
This commit is contained in:
@@ -252,11 +252,7 @@ if ( !jQuery.support.opacity ) {
|
||||
|
||||
style.filter = ralpha.test(filter) ?
|
||||
filter.replace(ralpha, opacity) :
|
||||
<<<<<<< HEAD
|
||||
style.filter + " " + opacity;
|
||||
=======
|
||||
filter + " " + opacity;
|
||||
>>>>>>> 312df0441b16981dd697d74fcbc1e1f212b47b7e
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user