Skip to content

Commit d1cd703

Browse files
committed
Add ECMA script standard
1 parent 83c391e commit d1cd703

File tree

1 file changed

+1
-0
lines changed
  • ClientDependency.Core/CompositeFiles

1 file changed

+1
-0
lines changed

ClientDependency.Core/CompositeFiles/JSMin.cs

+1
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ private int NextCharExcludingComments()
589589
break;
590590
}
591591
}
592+
592593
//ECMA javascript standard comment format <!--singleLinecommentChars-->
593594
else if (c=='<')
594595
{

0 commit comments

Comments
 (0)