Browse Source

JSM: Clean up.

Don McCurdy 6 years ago
parent
commit
328dd89926
1 changed files with 1 additions and 1 deletions
  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_`;