Explorar el Código

Fixed eslint errors: Unnecessary escape character: \#. (#24960)

puxiao hace 2 años
padre
commit
96732d94b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/jsm/loaders/PCDLoader.js

+ 1 - 1
examples/jsm/loaders/PCDLoader.js

@@ -123,7 +123,7 @@ class PCDLoader extends Loader {
 
 			// remove comments
 
-			PCDheader.str = PCDheader.str.replace( /\#.*/gi, '' );
+			PCDheader.str = PCDheader.str.replace( /#.*/gi, '' );
 
 			// parse