Sfoglia il codice sorgente

Update Renderer.js

Fix JSDoc.
Michael Herzog 5 mesi fa
parent
commit
16ec7c4352
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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号