mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 03:57:36 +08:00
update comments
This commit is contained in:
parent
e6154316da
commit
1d3811af78
@ -27,9 +27,7 @@ function isNative (Ctor: Function): boolean {
|
||||
}
|
||||
|
||||
/**
|
||||
* Defer a task to execute it asynchronously. Ideally this
|
||||
* should be executed as a microtask, but MutationObserver is unreliable
|
||||
* in iOS UIWebView so we use a setImmediate shim and fallback to setTimeout.
|
||||
* Defer a task to execute it asynchronously.
|
||||
*/
|
||||
export const nextTick = (function () {
|
||||
const callbacks = []
|
||||
|
Loading…
Reference in New Issue
Block a user