blank.js 364 B

12345678910111213141516171819202122
  1. // This file only
  2. // has comments. This comment
  3. // should still exist
  4. //
  5. // when printed.
  6. /**
  7. * @typedef {DataDrivenMapping|ConstantMapping} Mapping
  8. */
  9. /**
  10. * @typedef {Object.<String, Mapping>} ConfigurationMapping
  11. */
  12. /**
  13. * @typedef {Function} D3Scale - a D3 scale
  14. * @property {Function} ticks
  15. * @property {Function} tickFormat
  16. */
  17. // comment
  18. // comment