Changes between Initial Version and Version 1 of Ticket #7209, comment 1
- Timestamp:
- Oct 16, 2010, 9:30:50 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7209, comment 1
initial v1 1 Bug confirmed. It looks like the `jQuery.support.deleteExpando` property (and the according test in `support.js`) got removed by accident.1 Bug confirmed. `removeData()` fails in 1.4.3 (`removeData(name)` still works). 2 2 3 Commit where the `deleteExpando` property was introduced [http://github.com/jquery/jquery/commit/9195107dbb13ad34ae4e9f7cb1df5d79e4748560 #9195107] (improvement on the previous commit [http://github.com/jquery/jquery/commit/a6f3757d50f8be021505f4f7fa7201199e8b7f2d #a6f3375] 3 It looks like the `jQuery.support.deleteExpando` property (and the according test in `support.js`) got removed by accident. 4 5 Commit where the `deleteExpando` property was introduced [http://github.com/jquery/jquery/commit/9195107dbb13ad34ae4e9f7cb1df5d79e4748560 #9195107] (improvement on the previous commit [http://github.com/jquery/jquery/commit/a6f3757d50f8be021505f4f7fa7201199e8b7f2d #a6f3375]) 4 6 5 7 Commit where the functionality was removed [http://github.com/jquery/jquery/commit/141ad3c3e21e7734e67e37b5fb39782fe11b3c18#diff-1 #141ad3c]