Selaa lähdekoodia

Update Renderer.js

Fix JSDoc.
Michael Herzog 5 kuukautta sitten
vanhempi
sitoutus
16ec7c4352
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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号