That can't be added because it is using jQuery directly.
Also, what happens if the parent element is removed from the page? Sometimes, bindings are only removed if the parent element is removed. This is because removed events are not triggered on text nodes, so it listens on the text node's parent:
Actually, looking at that, it doesn't seem to be correctly listening on the node's parent. I will check this out.