Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not perform support check for old Opera. Close gh-1097.
  • Loading branch information
markelog authored and dmethvin committed Dec 21, 2012
1 parent c8c6ab6 commit efb139f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/support.js
Expand Up @@ -83,7 +83,7 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
"cors":true,
"doesNotIncludeMarginInBodyOffset":true
};
} else if ( /opera/i.test( userAgent ) ) {
} else if ( /opera.*version\/12\.1/i.test( userAgent ) ) {
expected = {
"leadingWhitespace":true,
"tbody":true,
Expand Down

0 comments on commit efb139f

Please sign in to comment.