3.2.2 release of Dombo
Fixed issue where .toggleClass(nodes, 'someClass') would change all the nodes to the same, depending on whether one of them had 'someClass'. The correct behavior is to look at each node individually.
Fixed issue where .toggleClass(nodes, 'someClass') would change all the nodes to the same, depending on whether one of them had 'someClass'. The correct behavior is to look at each node individually.