Files
jquery/src
Michał Gołębiowski-Owczarek a338b407f2 CSS: Skip falsy values in addClass( array ), compress code
This change makes jQuery skip falsy values in `addClass( array )`
& `removeClass( array )` instead of stopping iteration when the first falsy
value is detected. This makes code like:
```js
elem.addClass( [ "a", "", "b" ] );
```
add both the `a` & `b` classes.

The code was also optimized for size a bit so it doesn't increase the
minified gzipped size.

Fixes gh-4998
Closes gh-5003
2022-01-24 18:56:49 +01:00
..
2019-11-18 21:15:03 +01:00
2019-11-18 21:15:03 +01:00
2019-11-18 21:15:03 +01:00
2021-01-12 20:56:51 +01:00
2020-05-18 23:20:38 +02:00
2019-11-18 21:15:03 +01:00
2019-11-18 21:15:03 +01:00
2019-11-18 21:15:03 +01:00
2019-11-18 21:15:03 +01:00