Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayblockunova committed Oct 8, 2024
1 parent 6946e88 commit fbfb307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ var featureInfos =
check:
function ()
{
var available = typeof document.forms === 'object' && document + '' === '[object HTMLCollection]';
var available = typeof document.forms === 'object' && document.forms + '' === '[object HTMLCollection]';

Check failure on line 372 in src/lib/features.js

View workflow job for this annotation

GitHub Actions / build

This line has a length of 116. Maximum allowed is 100.
return available;
},
includes: ['ANY_DOCUMENT'],
Expand Down

0 comments on commit fbfb307

Please sign in to comment.