Slip.js — UI library for manipulating lists via swipe and drag gestures
BSD 2-Clause "Simplified" License
2.44k
stars
213
forks
source link
Use exact match on classList instead of regex on className to test CSS classes #80
Closed
carter-thaxton closed 8 years ago
As mentioned in #79, use exact matches on
classList
instead of using regexes to match onclassName
.