Skip to content

Commit 78f8de8

Browse files
committed
add comment
1 parent 458477f commit 78f8de8

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

ClientDependency.Core/CompositeFiles/JSMin.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ private int NextCharExcludingComments()
652652
break;
653653
}
654654
}
655+
//ECMA javascript standard comment format <!--singleLinecommentChars-->
655656
else if (c=='<')
656657
{
657658
if (Peek()=='!')

0 commit comments

Comments
 (0)