* Close parameters. * New line characters will no longer be ignored
(state)
| 509 | * New line characters will no longer be ignored |
| 510 | */ |
| 511 | function closeParams (state) { |
| 512 | state.nestingLevel-- |
| 513 | } |
| 514 | |
| 515 | /** |
| 516 | * Checks whether the current character `c` is a valid alpha character: |
no outgoing calls
no test coverage detected
searching dependent graphs…