We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fb118 commit e1d2576Copy full SHA for e1d2576
src/platforms/weex/runtime/components/transition-group.js
@@ -136,13 +136,13 @@ export default {
136
}
137
138
139
-function callPendingCbs (c) {
140
- /* istanbul ignore if */
141
- if (c.elm._moveCb) {
142
- c.elm._moveCb()
143
- }
144
145
- if (c.elm._enterCb) {
146
- c.elm._enterCb()
147
148
-}
+// function callPendingCbs (c) {
+// /* istanbul ignore if */
+// if (c.elm._moveCb) {
+// c.elm._moveCb()
+// }
+// if (c.elm._enterCb) {
+// c.elm._enterCb()
0 commit comments