Просмотр исходного кода

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

Mr.doob 6 месяцев назад
Родитель
Сommit
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号