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 4e0c485 commit a11d6f3Copy full SHA for a11d6f3
src/core/util/next-tick.js
@@ -86,7 +86,7 @@ export function withMacroTask (fn: Function): Function {
86
})
87
}
88
89
-export function nextTick (cb?: Function, ctx?: Object): ?Promise {
+export function nextTick (cb?: Function, ctx?: Object) {
90
let _resolve
91
callbacks.push(() => {
92
if (cb) {
0 commit comments