Run order problem when running full test suite in Opera 11, removed failing test as it passed by itself and there are others just like it
This commit is contained in:
parent
eb857e2b71
commit
a564a0b1ec
2 changed files with 3 additions and 4 deletions
|
@ -73,9 +73,9 @@ jQuery.fn.extend({
|
|||
},
|
||||
|
||||
is: function( selector ) {
|
||||
return !!selector && (typeof selector === "string" ?
|
||||
return !!selector && ( typeof selector === "string" ?
|
||||
jQuery.filter( selector, this ).length > 0 :
|
||||
this.filter( selector ).length > 0);
|
||||
this.filter( selector ).length > 0 );
|
||||
},
|
||||
|
||||
closest: function( selectors, context ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue