update
parent
1aebd6d839
commit
e8ec7f3193
|
@ -85,7 +85,7 @@ export default class Keyboard {
|
||||||
if (tmp) {
|
if (tmp) {
|
||||||
end = true
|
end = true
|
||||||
// 第2组一定有回调,无需判断
|
// 第2组一定有回调,无需判断
|
||||||
next.fn.forEach(function(fn) {
|
next.fn.forEach(function (fn) {
|
||||||
fn(ev)
|
fn(ev)
|
||||||
})
|
})
|
||||||
break
|
break
|
||||||
|
@ -103,7 +103,7 @@ export default class Keyboard {
|
||||||
}
|
}
|
||||||
// 有回调就触发
|
// 有回调就触发
|
||||||
if (item.fn) {
|
if (item.fn) {
|
||||||
item.fn.forEach(function(fn) {
|
item.fn.forEach(function (fn) {
|
||||||
fn(ev)
|
fn(ev)
|
||||||
})
|
})
|
||||||
}
|
}
|
Loading…
Reference in New Issue