.clear()
throws Uncaught TypeError: Cannot read property 'val' of undefined
#64
Labels
.clear()
throws Uncaught TypeError: Cannot read property 'val' of undefined
#64
In
ghosthunter.js
,this.target
is undefined.Tried to fix it by adding
this.target = target
after line:176 ofghosthunter.js
but got a slightly different compiled version indist
folder than the one cloned.The text was updated successfully, but these errors were encountered: