Ver Fonte

Update Renderer.js

Fix JSDoc.
Michael Herzog há 5 meses atrás
pai
commit
16ec7c4352
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      src/renderers/common/Renderer.js

+ 1 - 2
src/renderers/common/Renderer.js

@@ -560,8 +560,7 @@ class Renderer {
 		 * and pipeline updates.
 		 *
 		 * @private
-		 * @type {?Function}
-		 * @default null
+		 * @type {Function}
 		 */
 		this._handleObjectFunction = this._renderObjectDirect;
 

粤ICP备19079148号