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 cd658b386..e3e8eabe1 100644 --- a/src/data.js +++ b/src/data.js @@ -105,7 +105,7 @@ jQuery.fn.extend( { while ( i-- ) { // Support: IE 11+ - // 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 ) { |