1.1.3
In the previous release, can-reflect/eachIndex
was introduced to replace can-util/each
. Unfortunately can-reflect/eachIndex
throws when passed an undefined/null
reference.
This patch release adds a conditional to prevent can-validate
to throw.