aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/data.js9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/data.js b/src/data.js
index ee4c7b3b7..acb3fa265 100644
--- a/src/data.js
+++ b/src/data.js
@@ -211,13 +211,8 @@ jQuery.extend({
data_user.remove( elem, name );
},
- // TODO: Replace all calls to _data and _removeData with direct
- // calls to
- //
- // data_priv.access( elem, name, data );
- //
- // data_priv.remove( elem, name );
- //
+ // TODO: Now that all calls to _data and _removeData have been replaced
+ // with direct calls to data_priv methods, these can be deprecated.
_data: function( elem, name, data ) {
return data_priv.access( elem, name, data );
},