cfpb / design-manual

⚠️ THIS REPO IS DEPRECATED ⚠️ A set of design principles and standards for the Consumer Financial Protection Bureau.
https://cfpb.github.io/design-manual/
Creative Commons Zero v1.0 Universal
98 stars 71 forks source link

Fixes jshint warning #516

Closed anselmbradford closed 6 years ago

anselmbradford commented 6 years ago

reporterOutput needs to be an empty string or jshint reports an error. By default it's null, not a string, so needs to be explicitly set to a string.

Changes

Testing