Monkey-patch madness in JSblog.getjaco.com 4 pointsBlueHotDog210 years ago2 commentsSaveHideCopy link On HNComments−z3t410yOne method could be writing ES5 define property for the methods you depend on, to make sure they are not modified.−alphaXp10yInteresting idea! You could configure it to be non writable.Unfortunately there is a big downside - as a third party plugin you're not really allowed to destructively change the hosted environment.
Comments
One method could be writing ES5 define property for the methods you depend on, to make sure they are not modified.
Interesting idea! You could configure it to be non writable.
Unfortunately there is a big downside - as a third party plugin you're not really allowed to destructively change the hosted environment.