Open webbird opened 3 years ago
Thanks for heads up! I'm actually surprised that this is the only complaint from it. I however don't have any authority over this project anymore. So don't expect it to be fixed any time soon 😥
You can push a PR here: https://github.com/moxiecode/moxie - hopefully it will get noticed and accepted!
Thanks for the quick reply. Would be easy to fix, but the question is whether 2 or 3 parameters are correct / intended. Apart from the code analysis, it does not seem to have any negative effect.
I have plupload inside a repository which is scanned by a static code analyzer. In line 10216 there is a call to _formatData:
return _formatData(result, op, blob.type);
But the definition in line 10190 is
function _formatData(data, op) {