mirror of https://github.com/RubaXa/Sortable.git
Browse Source
Assume that el.className === "foo bar" Assume that your selector is "DIV.foo.bar" (' ' + el.className + ' ').match(re) will only have one match - " foo " - because the "\\s" trailing character on "foo" prevents " bar " from being matched EZ fix is just to make sure the trailing whitespace is not consumed by the regexpull/431/head
Adam Fleming
10 years ago
committed by
Adam Fleming
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue