Ver código fonte

update comments

Evan You 9 anos atrás
pai
commit
1d3811af78
1 arquivos alterados com 1 adições e 3 exclusões
  1. 1 3
      src/core/util/env.js

+ 1 - 3
src/core/util/env.js

@@ -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 = []