Fix unit test

This commit is contained in:
kangax 2013-11-25 21:57:32 +01:00
parent ae11740f82
commit b189645bba

View file

@ -415,8 +415,7 @@
deepEqual(iText.getSelectionStyles(0, 2), [
{ textDecoration: 'underline' },
{ },
{ textDecoration: 'overline' }
{ }
]);
});