refactor(jqLite): stop patching individual jQuery methods · angular/angular.js@d71dbb1
Currently Angular monkey-patches a few jQuery methods that remove elements
from the DOM. Since methods like .remove() have multiple signatures
that can change what's actually removed, Angular n...