Explorar el Código

JSM: Clean up.

Don McCurdy hace 6 años
padre
commit
328dd89926
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/modularize.js

+ 1 - 1
utils/modularize.js

@@ -41,7 +41,7 @@ function convert( path, ignoreList ) {
 
 	// imports
 
-	contents = contents.replace( /^\/\*+[^*]*\*+(?:[^/*][^*]*\*+)*\//, function ( match, p1 ) {
+	contents = contents.replace( /^\/\*+[^*]*\*+(?:[^/*][^*]*\*+)*\//, function ( match ) {
 
 		return `${match}\n\n_IMPORTS_`;