12345678910111213141516171819202122 |
- // This file only
- // has comments. This comment
- // should still exist
- //
- // when printed.
- /**
- * @typedef {DataDrivenMapping|ConstantMapping} Mapping
- */
- /**
- * @typedef {Object.<String, Mapping>} ConfigurationMapping
- */
- /**
- * @typedef {Function} D3Scale - a D3 scale
- * @property {Function} ticks
- * @property {Function} tickFormat
- */
- // comment
- // comment
|