﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9813	[Refac] Tabletools	Olek Nowodziński		"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."	Bug	confirmed	Normal		General	4.0.1			
