mirror of https://github.com/vuejs/vue.git
remove forgotten debugger statement
This commit is contained in:
parent
3fa4076d05
commit
44128f2ac7
|
|
@ -129,7 +129,6 @@ function arrInvoker (arr: Array<Function>): Function {
|
|||
function fnInvoker (o: { fn: Function }): Function {
|
||||
return function (ev) {
|
||||
const single = arguments.length === 1
|
||||
if (typeof o.fn !== 'function') debugger
|
||||
single ? o.fn(ev) : o.fn.apply(null, arguments)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue