ran npm run tester

This commit is contained in:
King
2018-01-28 14:43:35 -05:00
parent 31076c2749
commit 74bbd30419
5 changed files with 43 additions and 4 deletions

View File

@ -0,0 +1,2 @@
const hasClass = (el, className) => el.classList.contains(className);
module.exports = hasClass