فهرست منبع

ContextNode: Remove invalid /*@__PURE__*/ comment.

Mr.doob 4 ماه پیش
والد
کامیت
bd2462fcf5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/nodes/core/ContextNode.js

+ 1 - 1
src/nodes/core/ContextNode.js

@@ -166,7 +166,7 @@ export default ContextNode;
  * @param {Object} [value={}] - The modified context data.
  * @returns {ContextNode}
  */
-export const context = /*@__PURE__*/ ( nodeOrValue = null, value = {} ) => {
+export const context = ( nodeOrValue = null, value = {} ) => {
 
 	let node = nodeOrValue;
 

粤ICP备19079148号