Skip to content
Permalink
Browse files
Fixed some formatting errors with the output of lite.
  • Loading branch information
jeresig committed Aug 14, 2006
1 parent f8402b9 commit 7e5a2bd
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@
load("build/js/writeFile.js");

var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\n*\*\/\s*/g;
var f = readFile(arguments[0]).replace( blockMatch, "" );
var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\s*\*\/\n*/g;
var f = readFile(arguments[0]).replace( blockMatch, "\n" );

writeFile( arguments[1], f );

0 comments on commit 7e5a2bd

Please sign in to comment.