I use some kind of a library that declare
slide.prototype.removeClick= function(){
//something here
}
How to remove the prototype of removeClick in my js file? I can comment out or delete that chunk in the library js but that's not a good practice.