pvdspek / jquery.autoellipsis

Auto-ellipsis plugin for jQuery
http://pvdspek.github.com/jquery.autoellipsis
MIT License
142 stars 32 forks source link

$(...).data() may return undefined #5

Closed pvdspek closed 13 years ago

pvdspek commented 13 years ago

In: var containerData = containerElement.data();

containerElement.data() might return undefined. At least according to the jQuery docs this is possible. The code should be fixed to handle this.