Skip to content

Commit

Permalink
Merge pull request #4201 from CamWass:doc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 697636299
  • Loading branch information
copybara-github committed Nov 18, 2024
2 parents a5505fd + 175e54b commit d1e16b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/google/javascript/jscomp/StatementFusion.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ private boolean isFusableControlStatement(Node n) {
/**
* Given a block, fuse a list of statements with comma's.
*
* @param parent The parent that contains the statements.
* @param first The first statement to fuse (inclusive)
* @param last The last statement to fuse (exclusive)
* @return A single statement that contains all the fused statement as one.
Expand Down

0 comments on commit d1e16b9

Please sign in to comment.