diff options
Diffstat (limited to 'npm_assets/node_modules/jquery/src/data.js')
| -rw-r--r-- | npm_assets/node_modules/jquery/src/data.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npm_assets/node_modules/jquery/src/data.js b/npm_assets/node_modules/jquery/src/data.js index 95c365a..236b00e 100644 --- a/npm_assets/node_modules/jquery/src/data.js +++ b/npm_assets/node_modules/jquery/src/data.js @@ -109,7 +109,7 @@ jQuery.fn.extend( { while ( i-- ) { // Support: IE 11 only - // The attrs elements can be null (#14894) + // The attrs elements can be null (trac-14894) if ( attrs[ i ] ) { name = attrs[ i ].name; if ( name.indexOf( "data-" ) === 0 ) { |
