Codacy style changes for test files
This commit is contained in:
@ -3,5 +3,4 @@ const on = (el, evt, fn, opts = {}) => {
|
||||
el.addEventListener(evt, opts.target ? delegatorFn : fn, opts.options || false);
|
||||
if (opts.target) return delegatorFn;
|
||||
};
|
||||
|
||||
module.exports = on;
|
||||
module.exports = on;
|
||||
|
||||
Reference in New Issue
Block a user