fix(forEach): allow looping over result of querySelectorAll in IE8
In IE8 the result object of calling `node.querySelectorAll` does not have a `hasOwnPropery` function. However, it should be usable with `forEach`. Related to #5400.
T
Tobias Bosch committed
274a6734ef1fff543cc50388a0958d1988baeb57
Parent: f0e3dfd