Opened 12 years ago
Last modified 12 years ago
#9813 confirmed Bug
[Refac] Tabletools
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0.1 |
Keywords: | Cc: |
Description
At least code refactorization can be done (without changing the logic), since there are many things like:
node.getAscendant( 'td' ) || node.getAscendant( 'th' ); //which is equal to: node.getAscendant( {td: 1, th: 1} );
We could save lots of bytes by optimizing this code.
Change History (1)
comment:1 Changed 12 years ago by
Milestone: | CKEditor 4.1 |
---|---|
Status: | new → confirmed |