Changes between Initial Version and Version 1 of Ticket #11186, comment 5
- Timestamp:
- Jan 8, 2014, 10:44:07 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11186, comment 5
initial v1 1 1 I pushed a minor commit to the test branch. Everything's fine except the name of the method. `addUpcastMethod` suggests that it's possible to extend the upcasting logic, while what we do here is a basic filtering (pre-filtering, actually). `addUpcastFilter` would be more convenient IMO. 2 3 [https://github.com/cksource/ckeditor-dev/commit/051ba52ce41eba90c76a01b343c49518eaf72b20#diff-d932030cd4e22ec8b0e30a362269b7e8R1640 This "empty" return] should be `return false`, right?