Should be allowed to pass and id as a string or a number to .clear()
Closed this issue · 1 comments
wilsonpage commented
Both should work:
fastdom.clear(1);
fastdom.clear('1');
wilsonpage commented
Fixed by 66566b5
Closed this issue · 1 comments
Both should work:
fastdom.clear(1);
fastdom.clear('1');
Fixed by 66566b5