Page MenuHomePhabricator

Fix spacing in JSDoc comment for htmlform.enhance
Closed, ResolvedPublic

Description

Multi-line Javascript comments should be aligned so that the first asterisk in each line is aligned. For an example, see the JSDoc docs.

To do:

  1. In the htmlform.js file, correct the spacing of the comment for the htmlform.enhance event
  2. Run npm install grunt and grunt lint, and ensure that there is no "Expected JSDoc block to be aligned" warning for this file