Changes between Initial Version and Version 1 of Ticket #16682, comment 10
- Timestamp:
- Dec 19, 2016, 3:33:47 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16682, comment 10
initial v1 23 23 * You're often using it simply as a [http://docs.ckeditor.com/#!/api/CKEDITOR.tools.array-method-forEach forEach]. 24 24 * There's [https://github.com/cksource/ckeditor-dev/blob/49d583f/plugins/pastefromword/filter/default.js#L1609 one usage] which uses `map` - feel free to add polyfill to `CKEDITOR.tools.array`. Just in case, I'll add that it **must be covered with unit tests**. 25 * I don't see any test for disabled `pasteFromWord_heuristicsEdgeList` config. 25 26 26 27 == Code