fxos-components / gaia-list

1 stars 4 forks source link

TypeError: el is null #3

Closed SunboX closed 9 years ago

SunboX commented 9 years ago

The el can be null here:

proto.getChild = function(el) {
    return el.parentNode === this ? el : this.getChild(el.parentNode);
};

Source: https://github.com/gaia-components/gaia-list/blob/master/gaia-list.js#L147

bildschirmfoto 2014-12-30 um 22 26 07

kumarrishav commented 9 years ago

@SunboX close it now :)