Page MenuHomePhabricator

Remove empty line in JSDoc comment for mw.rcfilters.dm.FiltersViewModel
Closed, ResolvedPublic

Description

JavaScript comments should not have trailing empty lines.

To do:

  1. In the FiltersViewModel.js file, remove the empty comment line for mw.rcfilters.dm.FiltersViewModel in line 13
  2. Run npm install grunt and grunt lint, and ensure that there is no "Expected 0 trailing lines" warning for this file