mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
fad7536608
- As of jQuery 1.8 `andSelf` was deprecated in favour of `andBack`. `andBack` was not available in jQuery <1.8, and I don't want to make 1.8 a requirement yet, so a small workaround requiring two unbind calls is used to avoid calling `andSelf` or `andBack`.