aristus / sweet-justice

Some pithy Javascript for beautiful justified text
http://carlos.bueno.org/2010/04/sweet-justice.html
169 stars 11 forks source link

Bug in YUI3 Implementation #3

Closed foxxtrot closed 13 years ago

foxxtrot commented 14 years ago

The ._node property is not guaranteed to always be available. It is more appropriate to call Y.Node.getDOMNode to get the underlying DOM node instance of a YUI3 node.