diff options
Diffstat (limited to 'src/data.js')
-rw-r--r-- | src/data.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.js b/src/data.js index 95c365a5a..d6706493a 100644 --- a/src/data.js +++ b/src/data.js @@ -108,7 +108,7 @@ jQuery.fn.extend( { i = attrs.length; while ( i-- ) { - // Support: IE 11 only + // Support: IE 11+ // The attrs elements can be null (#14894) if ( attrs[ i ] ) { name = attrs[ i ].name; |