davidmerfield / Typeset

An HTML pre-proces­sor for web ty­pog­ra­phy
https://typeset.lllllllllllllllll.com/
Creative Commons Zero v1.0 Universal
2.41k stars 52 forks source link

`childNode.data` is undefined #30

Closed fiatjaf closed 8 years ago

fiatjaf commented 8 years ago

I'm testing the client version from Chrome, using jQuery:

Sometimes this line doesn't work because .data is undefined.

        childNode.data = doThis(childNode.data, childNode);

When it happens everything fails.

lydell commented 8 years ago

Fixed in #28.

davidmerfield commented 8 years ago

28 was merged and this should be fixed. Closing for now.