It seems that the class name in comments should be CallbackQueue
This commit is contained in:
Liangzhen Zhu
2017-01-12 06:31:40 -08:00
committed by Dan Abramov
parent 2cb7637607
commit cb82bc37b6
@@ -23,7 +23,7 @@ var invariant = require('invariant');
* This implements `PooledClass`, so you should never need to instantiate this.
* Instead, use `CallbackQueue.getPooled()`.
*
* @class ReactMountReady
* @class CallbackQueue
* @implements PooledClass
* @internal
*/