wilsonpage / fastdom

Eliminates layout thrashing by batching DOM measurement and mutation tasks
6.83k stars 240 forks source link

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

Closed wilsonpage closed 9 years ago

wilsonpage commented 9 years ago

Both should work:

fastdom.clear(1);
fastdom.clear('1');
wilsonpage commented 9 years ago

Fixed by 66566b5a35dc2947c2f5d628c4b15d115de5628a