wilsonpage/fastdom

Should be allowed to pass and id as a string or a number to .clear()

Closed this issue · 1 comments

Both should work:

fastdom.clear(1);
fastdom.clear('1');

Fixed by 66566b5