enums
enums copied to clipboard
Fix contains() for undefined argument
myEnum.contains(undefined) would throw an exception rather than return false, because the ! operator binds more tightly than instanceof
Ping?