diff --git a/docs/_static/jquery-3.6.0.js b/docs/_static/jquery-3.6.0.js index 382e622..fc6c299 100644 --- a/docs/_static/jquery-3.6.0.js +++ b/docs/_static/jquery-3.6.0.js @@ -4395,7 +4395,7 @@ var dataUser = new Data(); // 2. Improve the module's maintainability by reducing the storage // paths to a single mechanism. // 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _internal_data_dict, _removeData) +// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) // 5. Avoid exposing implementation details on user objects (eg. expando properties) // 6. Provide a clear path for implementation upgrade to WeakMap in 2014 @@ -4463,7 +4463,7 @@ jQuery.extend( { dataUser.remove( elem, name ); }, - // TODO: Now that all calls to _internal_data_dict and _removeData have been replaced + // TODO: Now that all calls to _data and _removeData have been replaced // with direct calls to dataPriv methods, these can be deprecated. _data: function( elem, name, data ) { return dataPriv.access( elem, name, data ); diff --git a/docs/genindex.html b/docs/genindex.html index a5d77f8..14a3998 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -73,9 +73,14 @@ | C | D | E + | F | G + | H + | I + | J | L | M + | N | O | P | Q @@ -84,16 +89,53 @@ | T | U | V + | Y

A

@@ -103,6 +145,14 @@