|
|
@ -136,13 +136,13 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
function callPendingCbs (c) { |
|
|
|
/* istanbul ignore if */ |
|
|
|
if (c.elm._moveCb) { |
|
|
|
c.elm._moveCb() |
|
|
|
} |
|
|
|
/* istanbul ignore if */ |
|
|
|
if (c.elm._enterCb) { |
|
|
|
c.elm._enterCb() |
|
|
|
} |
|
|
|
} |
|
|
|
// function callPendingCbs (c) {
|
|
|
|
// /* istanbul ignore if */
|
|
|
|
// if (c.elm._moveCb) {
|
|
|
|
// c.elm._moveCb()
|
|
|
|
// }
|
|
|
|
// /* istanbul ignore if */
|
|
|
|
// if (c.elm._enterCb) {
|
|
|
|
// c.elm._enterCb()
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|